Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.27 KB

GitClosedPull

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/).

ScreenShots

Tech Stack

  • 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