Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Showmax/GithubUsersSearch

Repository files navigation

GitHub Users Search

this project was written as a sample project to Android Crashcourse presentation showcasing one possible way of how to quickly setup application, which interacts with REST API, in this case Github Search Users API and displaying content in UI.

Minimum usage of third-party libs w/ exception of:

  • Retrofit - for API communication purposes
  • Coil - Image loading library

App takes advantage of Google's ViewModel to avoid lifecycle issues and store state and view observe ViewModel LiveData. Retrofit uses coroutines to do it's job asynchronously.

portrait

landscape

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages