How to create a dynamic list of dynamic lists?

Hello,

I was wondering to get some insight into making dynamic lists. For context, I’m working on a to-do list app, and I’ve already achieved that part - I have a working list (utilizing List View) that lets the user add, edit, and delete items. But I was thinking that the app would be much improved if there was a way for the user to create multiple lists if they wished. For example, a to-do list of housework, maybe another for homework, etc. The titles of the separate lists would be stored in a master list, from which the user could pick which sub lists to view.

I know it can probably be done; I just don’t know what the best / most efficient way to go about this would be. Thanks in advance!

Convert list to csv and store in tinydb

1 Like