-1

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?

Zoe
  • 27,060
  • 21
  • 118
  • 148
W.J. Lee
  • 1
  • 1

1 Answers1

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