This application is created to demonstrate how to use mvp design pattern along with recycler view and retrofit.
- Android Studio
- Latest Version Android SDK
- Latest Android Build Tools
- Android Support Repository
- Download the samples by cloning this repository or downloading an archived snapshot. (See the options at the top of the page.)
- Extract the downlaoded folder.
- In Android Studio go to the File--> New--> Import Project option.
- Select the mvp_recycler_view_retrofit directory that you downloaded with this repository.
- If prompted for a gradle configuration, accept the default settings. Alternatively use the "gradlew build" command to build the project directly.
- MVP Design Pattern
- Retrofit and Okhttp
- Circleimageview