Hey, I’m new here and have just started developing an app.
I’m trying to make a shopping list app, where the user can select items and add them to a list. Is it possible to create this kind of app and list? Images for what I’d like the app to be are attached.
If it is possible, would I then be able to add the history (access old lists) button and the option to save lists?
Thanks!
Image for app design:
2 Likes
Hi,
Such an application can be created. To view old lists, you need a structure list of lists. You can save lists locally on the user’s device or online using AirTable or FireBase.
First, try saving lists locally.
This is really similar to what i am looking for, please help
Okay, thank you!