You could implement your own filter, by overriding getFilter() in your adapter, and implementing a Filter that does what you want.

http://developer.android.com/reference/android/widget/Filterable.html#getFilter()

(various adapter classes implement Filterable)

http://developer.android.com/reference/android/widget/Filter.html

(this is what does the filtering)

-- Kostya

02.02.2011 10:50, svebee пишет:
I have a (array) list

Car
Something
Šibica
Čavao
Cavao

Is there a way to "force" AutoCompleteTextView so if user type in
letter "c" it would show

Car
Čavao
Cavao

so it would show standard letter and international letter (C and Č/Ć,
S and Š, Z and Ž, D and Đ).



--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to