Android Architecture

Good ViewModel!

I believe we all know keeping viewmodel size minimal by moving business logic to use cases or interactors is a recommended practise.…

MVC vs Mvp

MVC vs MVP

I’ll quickly share my understanding on these 2 architectures. MVC Activity -> Models MVP Activity -> Presenter -> Models

Best practices

In this post we shall discuss some of the best practices for Android engineers while developing any feature for an android app.…