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"