Deep Dive into MVP(0x01) – JP Wang – Code with fun :)
MVP(Model-View-Presenter) pattern is a derivative from the well known MVC
(Model-View-Controller) which for a while now is gaining importance in the development of Android applications.
What does MVP really means?
The MVP allows seprate the presentation layer from the logic, so that the things about how the interface works are separate from how we represent it on screen.
Keep in mind: MVP is not an architecture pattern, it's only responsible for the presentation layer.
How to use MVP?
As it's talked above, MVP is just a design pattern to decoupling the presentation layer. So there are a lot of ways to implement it. In this topic, we will show one implementation by combining the real project.
Read full article from Deep Dive into MVP(0x01) – JP Wang – Code with fun :)
No comments:
Post a Comment