Skip to content

FoDev24/Recipez

Repository files navigation

Recipez

Recipez is an app that makes food easier and provides you with comprehensive information about the selected meal, including instructions on how to do this meal,and there is a youtube link.

Preview

download apk app : https://www.mediafire.com/file/l2o6v375elkz4j7/Recipez.apk/file Recipez

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 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.

About

Food recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages