Skip to content

TikhKir/Recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes

Single-activity android app writen in Kotlin.

  • MVVM
  • Clean architecture

Implemented features

  • Show recipe list
  • Recipe details screen
  • Offline sorting of recipe list
  • Offline search through the list of recipes using different fields
  • The ability to save an image of the recipe to the gallery
  • Slider with recipe photos

Screenshots

Libraries & Dependencies

  • Retrofit
  • Glide
  • Hilt (there is also a branch with a pure Dagger2 implementation)
  • Coroutines