[android-developers] Replicating fastscroll like in contacts

2010-07-02 Thread Ken H
I'm looking for a tutorial on implementing the fastscroll feature found in the contacts view. I'm using a ListActivity with a custom array adapter to display my list (I use subtext under the main text info). I've seen the List9.java class in the samples directory, but it's not the easiest example

Re: [android-developers] Replicating fastscroll like in contacts

2010-07-02 Thread YuviDroid
Here you can find a nice tutorial about fast scrolling: http://www.anddev.org/tutalphabetic_fastscroll_listview_-_similar_to_contacts-t10123.html On Sat, Jul 3, 2010 at 12:27 AM, Ken H hunt1...@gmail.com wrote: I'm looking for a tutorial on implementing the fastscroll feature found in the