Jimmy-2 / RecipeApp

Android project for Codepath
0 stars 0 forks source link

[Unit 10] Favorites Screen (list of favorited recipes) #10

Open LimberLumberSlumber opened 2 years ago

LimberLumberSlumber commented 2 years ago
Jimmy-2 commented 2 years ago

Finished getting saved recipes to show up and deleting recipes from favorites list. Also have a method for adding fake recipes for testing purposes. Will need to put this method into Isaac's recipe screen fragment to add the actual real recipe to database and then populate favorites list with data from database.

Sorting will be done next week.