Skip to content

Sample challenge app built using the most recent official Android libraries

Notifications You must be signed in to change notification settings

milkiway/challenge-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

challenge-app

Sample challenge app built using most recent official libraries (2020):

  • Hilt (Dependency injection)
  • Paging Library 3
  • Commonly used components such as Retrofit (REST client) & Room (Database solution)
  • Navigation from Jetpack
  • Coil for lazy image loading (library written in Kotlin)
  • Sectioned RecyclerView lightweight & simple library (https://github.com/crux-lab/sectioned-recycler-view) which adds support for sections and sticky headers but still allows to extend functionality with ease due to compatibility with existing API