Android Question Best Approach For Creating TODO List App

Thomas Hill

New Member
Licensed User
Longtime User
Could one of you guru's advise if I am headed in right direction? I've looked at all the options presented in tutorials and forum that I could find. Confusing, but I think this is best approach. If you have a minute, please advise...

I would like to create a TODO list app (newbie)...

1. Would like to have up to max 100-200 items- multi-line
2. Would like to have checkbox on list item to delete... allow for bulk routines to be run on selected list item.
3. App remembers list when closed/restarted

I am thinking my best approach would be to use Custom List View and just a text file for storage of data... Is this the correct approach? Thanks in advance. No need for code.
 
Last edited:
Top