Original price was: $48.72.Current price is: $19.00. (61% off)
Sale has ended!
Get More Giveaways And Discounts Discuss This Offer >> Submit A Review >>

Official Description

Description

Master the model-view-controller (MVC) view, and developing complex apps will be a breeze. This design pattern separates the code of different parts of an app: that which respectively handles the logic for app data, data display, and user interaction. You’ll be able to focus on one aspect of development at a time, simplifying everything from building to testing your app and much more.

  • Fully understand the Model-View-Controller (MVC) paradigm w/ 3 hours of content
  • Learn about the Observer & Command Design patterns at the heart of modern UI programming
  • See how MVC is used in Java, both in the Swing GUI widget toolkit & JavaFX software platform
  • Implement event & menu handling using the Observer & Command design patterns
  • Identify how MVC manifests itself in different UI programming use cases
  • Understand how Properties & Bindings work