Good ViewModel!
I believe we all know keeping viewmodel size minimal by moving business logic to use cases or interactors is a recommended practise.…
I believe we all know keeping viewmodel size minimal by moving business logic to use cases or interactors is a recommended practise.…
I’ll quickly share my understanding on these 2 architectures. MVC Activity -> Models MVP Activity -> Presenter -> Models
In this post we shall discuss some of the best practices for Android engineers while developing any feature for an android app.…