Issue with ListView component

Hi, I am a beginner at this MIT app inventor. I am trying to save and display the data onto the listview component. I want to save the info such that the latest information saved by the user would be always displayed at the bottom. Meaning, I want to arrange the saved data according to the day number. I have attached a short gif and my block coding. In the displayed, u can see that regardless of what the day number is the listview component arranges the data according to the pushup data. Please do help me with this problem.


See and understand this guide so that you can sort the list view as you want

Hi, thank you for the assistance, however, I found my issue. It is basically my logic error whereby it was calling my pushup value in my tag first rather than my "Day number".

Red arrows are the new additions and the changes I did to the code.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.