I'm currently watching a video on how to create a to-do list. Here's the link: https://www.youtube.com/watch?v=FCL_D9mBzpE&t=390s. The video explains how to write down your goals and organize them in a list. Once you've completed a goal, you can easily delete it from the list. In the video, the presenter also demonstrates the use of TinyDB.
However, I encountered a problem. I added a time picker feature that allows the user to choose a specific time for their goal. After selecting the time, the user can click "save" and the goal will be displayed with the chosen time. For example, if I entered "walk my dog" and selected 9:00 am as the time, the goal would appear as "Walk my dog at 9 am". I don't know how to this though and I need help with the time picker code.
It appears it is time to make use of some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.