I am trying to create a to-do list application on Android. I am stuck because at the moment I don't know the way to create many to-do lists.
I have created the GUI for one list, using ListView. Entries of the list are added by the user when running the application.
In particular, I don't know how to pass a list object if i create new one.