Jimmy-2 / RecipeApp

Android project for Codepath
0 stars 0 forks source link

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

Open LimberLumberSlumber opened 2 years ago

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

A screen that displays a list of favorited recipes in a recyclerview format. You can add recipes to this list with a "favorite this" button found in the recipe screen. User should be able to edit the favorites screen by remove recipes they no long want. Users should also be able to sort the favorites list.