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

Latest commit

 

History

History
15 lines (9 loc) · 729 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 729 Bytes

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