Tagged Questions
12
votes
2answers
3k views
Is Model-View-Presenter (MVP) scheme useful for Android?
How to separate View and Presenter in Android, while the reactions on the user actions (Presenter part of MVP) are set into the same activities that shows GUI elements (View part of MVP).
"In model ...