Hey guys i am kinda new to corona and i am trying to build an app where i get a list of posts from a rest api and display the names of the posts in a list
but i am facing problems displaying the data i am using a foreach loop to display a new text for every item from the rest api but all the items i am listing is being position in the same y position and all the texts are overlaying
how can i position each post name from the rest api on a seperate line, ie changing the y position of each posts name when being display
Thanks a lot