An app which display all closed pull requests from a particular repo with pagination support. Used open source github api (https://developer.github.com/v3/).
- Language : Kotlin
- Architecture : MVVM
- Retrofit : For Network calls
- Coroutines : For background operations like fetching network response
- Paging Library(Jetpack component) : For pagination support
- Glide : For image loading