[android-developers] How to implement the type-to-search UI as in the built-in contacts app

2010-05-17 Thread Kaka
In the built-in Contacts app, when you press a key to input a character in the contact list view, it will show a transparent and floating dialog about what you input. It will also filter the underlying contacts using the keyword you input. This is quite different with using quick search box. How

Re: [android-developers] How to implement the type-to-search UI as in the built-in contacts app

2010-05-17 Thread TreKing
On Mon, May 17, 2010 at 4:12 AM, Kaka clipse.z...@gmail.com wrote: How to implement this? Start here: http://developer.android.com/intl/fr/reference/android/widget/AbsListView.html#attr_android:textFilterEnabled