Tagged Questions
3
votes
1answer
352 views
Should I use dynamic fast scroll on an Android application?
I'm developing an app on the Android platform and the main UI component used is a ListView. Now, in my case, this ListView may contain a huge amount of items (depending on the user) so with that in ...