D
D
DarkByte20152017-04-05 22:28:35
Java
DarkByte2015, 2017-04-05 22:28:35

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

2 answer(s)
P
Peter, 2017-04-05
@petermzg

Today, after all, Habré wrote on this topic
https://habrahabr.ru/company/tinkoff/blog/325376/

A
Andrey Myvrenik, 2017-04-05
@gim0

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 question

Ask a Question

731 491 924 answers to any question