Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.27 KB

GitHub-Search

GitHub Search allows you to search for your favorite GitHub repository in real time.

GitHub Search functionalities include:

  1. Search for GitHub repositories and returns a list of 10 matching repositories.
  2. Scroll to the bottom to fetch another 10 repositories and so on. If the repository list is fully fetched, it will not fetch any more data.
  3. Click on a GitHub repository name to navigate to the GitHub repository on an external browser.

Screenshots

Welcome page

Search results

No result

Error

PS: Sometimes you will receive an error from searching or scrolling. This is due to GitHub's API limit restriction. In that situation, just leave the application for a minute or two.

System requirements

  1. Android Studio 3
  2. Gradle version 3.0.0
  3. Minimum SDK 16

Third party libraries

  1. RxJava, RxAndroid, and RxBinding
  2. Retrofit, and okHttp3
  3. Dagger 2
  4. Leak Canary