Question by
Johanna Stephen · Feb 19, 2016 at 03:16 PM ·
scrollviewlinescrollinfiniteread
Infinite Scrollview and Read A File Line By Line
I wanna make a scrollable list. And objects in scrollview are texts from a file. I read a line and make this line as a object's text (maybe button) and when scroll ends, the top of the scrollview object goes bottom and change itself text for the next line. How can i achieve this?
Comment