Raggruppare compiti ogni mese (Group tasks together each month)

Hello everyone,
I'm basically going to add in a listView, some errands done. But how can I know how many I've done each month?
Greetings
Nicola

If you have share with us what was that work, we would help you better.

If you stroe the work under date then you can run the loop with start date to end day and add the dates to a local list then pass this list to a listview.

Else if you store the work under month and year name, get current month then using this month tag get all the work and do the same this as did before

May be you try l;ike this so that you will come to know how many works ae saved or completed on savework buttonclicked.



upon clicking the listview you may retrieve the clicked index tinydb data value as a list

image

Let him keep track of the tasks done...that's fine; but I would like to start again from 1, as soon as the following month begins.

To track tasks by time, you must store them with timestamps in two columns.

Could you explain yourself better?

This is an example of timestamp storage for Marathon runners.

Adapt it to task completion

https://ai2.appinventor.mit.edu/reference/concepts/pholo.html

Study how to filter lists.