To do all the things you would like to do you need to learn how to use the App Inventor components and tools. Here is some help
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.
I can make this with if else blocks. But it would too long.
How I can make the blocks like this :
I have two list .
One for time and the other for the what to do like this: Time list
1.5:00.
2.7:00.
3.12:00.
4.18:00 To Do list
Study
2 Yoga
3 Lunch
4 supper
If the current time of the match with the time list then would show the to do list .
Let suppose it is 12:00 than it it would show 3rd item on the list of To do list on a lebel
Use These blocks and learn from them if you not got confused somewhere ask me.
Setup By Dictionary Blocks and getting of the value onTimeDo.(I used button click for manual testing you need to place the at there,where you want it.)
No i mean if The current Time matches with the time
Then it would display the what to do in a lebel . So I made a block . Please check is the block correct?