Simple Reddit client
This application surfaces the topics from the following url: https://www.reddit.com/top/ The application fetches the data in json format: https://www.reddit.com/top/.json
Key Features:
- Networking by Retrofit
- MVP
- Pagination (10 items per page)
- Portrait and Landscape support with data persistence during the state change
Steps to test:
- Clone the project in Android Studio
- Import dependencies by Gradle Script
- Compile and run