Skip to content

RishiGandhi4/EasyFood

Repository files navigation

Easy Food

I developed a user-friendly food recipe app from scratch, curating a vast collection of culinary delights. Through my expertise in UI design and feature development, I crafted an intuitive app that allowed users to explore, save, and recreate delicious recipes from diverse cuisines. The app offered a seamless navigation experience, ensuring a smooth and enjoyable cooking journey for food enthusiasts.

App Preview

Home Screen

Home Screen11

Favorites Screen

Favorites11

Categories

Categories11

Meal Recipe

Meal Details11

Search Screen

Search Bar11

Dishes

Dishes11

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 : Seperate 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages