Dear all,
If you have a scrollview that will load 50 items sorted by time they wered added, it will take a while, but at the end it´s going to look nice with the most recent item at the bottom.
Now, if the scrollview would be loading the most recent item first, so all in opposite order - that one is easy of course - BUT start showing the items from the bottom of the screen and add each item on top of eachother, without scrolling up, instead of each item below the previous one the way it is now, then you´d never have to wait a while to see the most recent items, and watch the screen loading the whole list.
This would be really convenient, so I´m wondering if there´s a way to make the scrollview behave this way?
I could image setting it up manually: First load all items into a list holding their height, which summed together would tell the scrollview how high it should be. Afterwards you´d load the last, say, 15 items, and while making sure that the scrollview won´t be scrolling, load the remaining 35 entries.
But that´s quiet some work, that probably takes some time to do before it´s succesful.
Ideas appreciated, thanks in advance!
If you have a scrollview that will load 50 items sorted by time they wered added, it will take a while, but at the end it´s going to look nice with the most recent item at the bottom.
Now, if the scrollview would be loading the most recent item first, so all in opposite order - that one is easy of course - BUT start showing the items from the bottom of the screen and add each item on top of eachother, without scrolling up, instead of each item below the previous one the way it is now, then you´d never have to wait a while to see the most recent items, and watch the screen loading the whole list.
This would be really convenient, so I´m wondering if there´s a way to make the scrollview behave this way?
I could image setting it up manually: First load all items into a list holding their height, which summed together would tell the scrollview how high it should be. Afterwards you´d load the last, say, 15 items, and while making sure that the scrollview won´t be scrolling, load the remaining 35 entries.
But that´s quiet some work, that probably takes some time to do before it´s succesful.
Ideas appreciated, thanks in advance!