Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.25 KB

GitHub Users Search

Android application to search users via GitHub API. Project demonstrates how-to use Kotlin, Android Architecture Components, Dagger and RxJava to perform remote API calls and cache data to the local DB.

Structure

Application contains three screens:

  1. Splash screen - shows logo and inits Dagger components in parallel.
  2. Search screen - performs user search via GitHub API, saves result to the local DB and displays the result as a list.
  3. Details screen - shows user name, bio and repositories list.

How to install

Please use app-release.apk file.

Used language and libraries