Answer the question
In order to leave comments, you need to log in
MVC / MVP / MVVM / etc.?
Tell me what is currently used in real development for android in Java from patterns like MVC / MVP / MVVM ... And what libraries are usually used for this? They don't really write findViewById everywhere...
Answer the question
In order to leave comments, you need to log in
Today, after all, Habré wrote on this topic
https://habrahabr.ru/company/tinkoff/blog/325376/
In my opinion, MVP fits perfectly into the current state of development for Android, MVC is difficult to implement due to the specifics. In general, you can organize everything yourself, but there are also ready-made solutions like Mosby MVP . The library site is well described the principles of MVP and additional useful features, such as the implementation of LCE (Load-Content-Error) or saving data so as not to lose it when the screen is rotated.
This has nothing to do with patterns like MV*, but Butterknife solves the problem with this boilerplate .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question