Food Recipe - An android app that have many recipes, and it could help you cook food

Food-Recipe

Food Recipe is an android app that teach you to cook food. Food recipe have detail instruction of each food, and it provides you YouTube link so that you can video how to make that food.

Preview

Dowlord FoodRecipe apk file: https://drive.google.com/file/d/1uK32KAdIMCMg7P3q9ejlA135YOSaZ7Vf/view?usp=sharing

Libraries and technologies used

  • Navigation component : one activity contains multiple fragments instead of creating multiple activites.
  • 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
  • view binding : instead of inflating views manually view binding will take care of that.
  • Glide : Catch images and load them in imageView.

GitHub

View Github