fastscroll

How to enable fast scroll (thumb) in Android Spinner's drop-down menu?

In an application I have a Spinner that has tens of items. When the user taps on the spinner, a popup dialog appears that shows the list of possible selections. However, since there are (sorted) tens of items, I want the user to be able to use the fast-scroll thumb (like fastScrollEnabled attribute on ListView), similar to the one enabl...

how to implement the expandablelist in android?

hi, i amm try to replicate the inbuilt contact app.... how can i have a + button to add multiple phone and email? also i want the fastscrollview to be enabled in it ...