Skip to content

xryar/EasyFood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

EasyFood

EasyFood is an app that makes making food easier and gives you full information about the selected meal including instructions of how to make that meal provided by a video.

Libraries and technologies used

  • Navigation component : one activity contains multiple fragments instead of creating multiple activities.
  • Retrofit : making HTTP connection with the rest API and convert meal json file to Kotlin/Java object.
  • Room : Save meals in local database.
  • MVVM & LiveData : Saperate logic code from views and save the state in case the screen configuration changes.
  • Coroutines : do some code in the background.
  • view binding : instead of inflating views manually view binding will take care of that.
  • Glide : Catch images and load them in imageView.

Credit

https://www.youtube.com/@Landofcoding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages