Skip to content

SaveTheDish is an Android app that allows users to add dishes, edit them and view the dishes they can cook using ingredients they have at home.

License

Notifications You must be signed in to change notification settings

arjunmehtaa/SaveTheDish

Repository files navigation

SaveTheDish

SaveTheDish is a clean and minimalist Android app that allows users to view recipes that they can cook using the ingredients they have at home.

Google Play Store Link

SaveTheDish is released on the Google Play Store. Download it by clicking the banner below!

Architecture

SaveTheDish features a simple single-activity architecture with plans of implementing fragments in the future to handle increased complexity.

Database

An SQLite Database is used to store, read and edit dishes/recipes locally.

User Interface

  • The first CardView provides an EditText for the user to input a comma-separated list of the ingredients they have.
  • It also incorporates Buttons to execute the Search and Add a new dish.
  • dishesYouCanCook RecyclerView displays the dishes the user can cook with their current ingredients.
  • allDishes RecyclerView shows all the dishes added by the user in the past along with Edit and Delete buttons.

About

SaveTheDish is an Android app that allows users to add dishes, edit them and view the dishes they can cook using ingredients they have at home.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages