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:

https://stackoverflow.com/a/4777306/1535436


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -