Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.3 KB

GithubRepos

Android application that displays trending Github repositories in different languages.

Developed by integrating Android jetpack components such as Navigation and Data Binding
Uses MVVM architecture pattern with RxJava/RxAndroid implementation

Scan the QR Code to download APK and install this app on your phone

QR Code for downloading APK

RoadMap

  • Add user github login
  • Display logged in user's github repo
  • Allow users to manage their own repositories
  • Search for language in language filter screen
  • Display trending users

Related

Inspired by:

  1. github-trending-api
  2. Hacker Tab Extension
  3. GiTiny

Libraries:

  1. Retrofit
  2. RxJava
  3. RxAndroid
  4. Navigation
  5. Glide

Architecture:

  1. Model-View-ViewModel