<https://medium.com/@eminartiys/trying-to-build-an...
# android
l
a
it is good enough to get known with with MVP, but MVP also offers lots of cool stuff like state persistence, lifecycle-independent presenter and so on
oh, they inject View in Presenter through constructor… this tutorial isn’t as good as I thought
l
may I know the reason why this is not good enough ?
a
mvp lets your screen logic live, while view isn’t available. u can attach/detach view and apply data, that live in your presenter and survive configuration changes
👍 1
d
Why not try thirtyinch library? It's pretty active...