Skip to content Skip to sidebar Skip to footer

Android Listview-like Scrolling Without The Listview

I've been Googling like crazy for a while now, and I simply can't find any answers to the question: is it possible to implement the Android List scrolling, without using an actual

Solution 1:

Just use ScrollView directly, assuming you only need vertical scrolling.


Post a Comment for "Android Listview-like Scrolling Without The Listview"