Example app displaying list of trending Github repositories
This example ueses the following:
1. Kotlin
2. Rxjava
3. Dagger2
4. Retrofit
5. Glide
6. MVP architecture
7. Repository layer
8. Delegate pattern for recycler view items
Clicking on list item will display a detail view of the item.