GetRighhttt / RecipeCompose

An application built with Jetpack Compose that gives users the capability to explore meals and recipes.
0 stars 0 forks source link

Create Favorites Page and Add in ROOM Database #33

Closed GetRighhttt closed 3 weeks ago

GetRighhttt commented 3 weeks ago

Is your feature request related to a problem? Please describe. Have to add in ROOM database to save meals to the users favorite page in a list format.

Describe the solution you'd like Would like to have a gridded list to match the type of layout consistent in the app that stores the users favorite meals image, name, and source.

Describe alternatives you've considered I've considered going with MongoDB also.

Additional context Might add more functionality to update the list without navigating back to favorites page but still discussing.

GetRighhttt commented 3 weeks ago

Issue Fixed!