Thank you. I looked into it, and got some nice examples. I based myself on
https://github.com/thest1/LazyList
However, there is something fundamental which is strange for me. You know from the beginning how long the list will be (you get to see the small scrollbar). Is there a way to just load the list when you scroll? So that the list just gets longer and longer. That way the user never knows when the list will stop...
Now only the images are loaded when you scroll, but the app already knows how long the eventual list will be..
Edit: kinda like the android market, that's the best way to described it I guess.