Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 534 Bytes

Foodie

Recipe Application An android application that consumes REST APIs to fetch latest food recipes and has a search functionality. Shows detailed instructions on how to prepare a different recipes with visual reprentation of the ingredients and the equipments required. Also recommends similar Recipes to a specific recipe.

Technologies Used:

  • Navigation Components
  • Retrofit and OKHTTP3
  • Moshi
  • WorkManager
  • Kotlin Coroutines
  • Room Persistence Library
  • Repository Pattern
  • ViewModel
  • LiveData
  • Koin
  • Picasso