I just started Android development about a week ago. I'm trying to create a Todo list app where I have a different list for every day that I select. Is there a way to create multiple instances of an activity so I can have a separate list for each day?
Asked
Active
Viewed 17 times
1 Answers
0
Your question is not quite clear, You can have the same Activity with a ListView, but different data for each day.

Lee Boon Kong
- 1,007
- 1
- 8
- 17