how does scrolling in android listview work?
- by gartenkralleb
hi,
i have an android-app with a listview in an activity. the listview has, if i call it so, three data states.
no data loaded from inet - only one dummy item is visible, saying that data is loading
data is loaded and shown in list
one listitem is clicked and now shows more information for this listitem (so it is increased in its height)
on…