MVPAndroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Packages
- data - Contains model and data manager. It contains all the logical part of the app.
- di - Dependency injection classes using Dagger2.
- ui - Contains activity and fragments along with their presenters.
- utils - Contains utility classes.
Libraries
How to use this project
Add your themoviedb api key to Constants.API_KEY and you are good to go !