I'm looking to create a basic architecture of Android app boilerplate with (Login, SignUp, Other features that every app has). After lot of research I found that going with MVP is going to be best choice.
However I'm not getting the right way to implement MVP. I'm a beginner with this.
If someone can guide me with the right sources, it will be of great help.