New to MIT App Inventor, i am building an app that need to display user comment like twitter (X) application display tweet with scroll down capacity. I successuly received data in json format and successfully retrieve data from it, now i am struggling to format the received data and display it in a listview.
I try what you suggested, i can only display the first record of the JSON code 5 times (don't understand why) as you can see on the picture below
The request return 10 entries in JSON format through this link but i am struggling on making a loop to display all the values received. I used the following blocks