Hi all...
I just started to learn app inventor and it's very interesting.
Currently i'm i have a problem with delete or clear listview. I have a listview where the data is populated from mysql database using json format, this one works perfectly. Now my problem is every time come back to my listview page, the content become double. I mean the existing data is still and then another same data is inserted, so every time it's always add the same data. I try to use set listview element to empty list each time leave the page, but it is not working.
Anyone can help how can i solved this?
Thank you