android - FastScroll in Relative layout, not a list view -
i wanted implement fastscroll 1 supported listview, in relative layout has large number of views, aligned vertically below each other. there several different type of views can't use list view.
i'm able modify thumb drawable scrollbar, unable make work fastscrollbar.
is possible achieve it?
do not implement list view on relative, linear or other layout. run out of memory fast.
you can have list view different types of item views. it's called heterogenous list view.
take here:
https://github.com/codepath/android_guides/wiki/implementing-a-heterogenous-listview
and here:
Comments
Post a Comment