What is wrong in my code?

Pls tell what i can do.. I have to submit it today....
@ABG @NishyanthKumar @Peter @TIMAI2

Based upon the data you are feeding it, the output of Notifier4 appears to be correct, a date and a date?

1 Like

You also do not appear to be switching screens correctly....

Use different screens wisely

If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a while...      
The recommended method of switching screens in App Inventor
(Thanks Taifun)
 
Also see demo: multiscreen.aia
 

But i put the message to be list view 1. selection and the title to be the date

image

1 Like

...and both are same thing i.e. DateLabel.Text.
Because ListView elements are tags which were set from DateLabel.Text.

You should get tags value and put it there.

1 Like

so what should i put instead of listview1.selection

I do not know, what is it you mean to display ?

yes, i mean that only

i want it to display the no. of steps which are in the label 'Number'

Therefore put that in your notifier....

1 Like

wouldn't that display the no. of steps of the current time when i want to see the steps which i had previously saved

You missed:

1 Like

how to do that ?

Did you check TinyDB blocks?
image

1 Like

yes, i checked it.... so what should i put in the tag block space

The tag you want to get value from.
I believe you have already loaded tags in ListView.

1 Like

yes

so should i put listview1.elements here in tag blockspace

No, wait till user selects a tag which will be returned in ListView1.Selection.

1 Like

when i put listview1.selection

Data not found comes