Skip to content

Files

Latest commit

23d3e95 · Nov 30, 2020

History

History
20 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 458 Bytes

Github Listing Application

A simple Github repository listing application

  • Submit button with an edittext to enter the repo you want to search
  • A recyclerview to list after fetching the data
  • You can go to the details by clicking on the items in the list.
  • You can add the repository to your favorites on the detail page.

Used

  • Java
  • MVVM
  • Material Theme
  • Dagger 2
  • RxAndroid
  • Retrofit
  • Room
  • Navigation
  • Glide