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.
Application contains three screens:
- Splash screen - shows logo and inits Dagger components in parallel.
- Search screen - performs user search via GitHub API, saves result to the local DB and displays the result as a list.
- Details screen - shows user name, bio and repositories list.
Please use app-release.apk file.