I am created a To Do List application for Android and have thus far implemented an action bar with a '+' button which causes a popup to appear where the user enters the name of a list they wish to create and it is then added to the ListView which displays the text.
What I am looking for is the ability to click on each list item and be taken to a new blank page, where the user can repeat the process but add list items, rather than actual lists. From here, they could use a Navigation Drawer to easily switch between Lists. How can I make it so that the navigation drawer shows the lists added on the first page?
Many thanks,