Talks A Journey Through MV Presentation Patterns Talk
Talk
Cancel

A Journey Through MV Presentation Patterns Talk

Preview Image

Your app’s user interface is everything that the user can see and interact with. Android provides a variety of pre-built UI components such as structured layout objects and UI controls that allow you to build the graphical user interface for your app.

Many developers might start by relying on Model View Controller (MVC) patterns and usually end up writing most of the core business logic in activities or fragments.

The variety of the MV presentation patterns came up when UI stuff gets done harder through MVC. And that’s what we are going to talk about in this talk.


Things that mentioned in the talk

  1. Why Presentation Patterns?
  2. Dig Deeper to MVs.
  3. Model-View-Controller.
  4. Model View Presenter.
  5. Model View View-Model.
  6. Model View Intent.
  7. Real examples for each one of them.
  8. Which one should I use?

Talk X-Ray

This post is licensed under CC BY 4.0 by the author.

Clean Architecture Talk

Building Smarter UI Components And Animations Talk

Loading comments from Disqus ...