Re: [android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-29 Thread Anton Pirker
Hi! Thiago Diniz wrote: Why do you want to put an edittext, listview already have an keystroke filter. An editText is in die screen design, so i have to use it. I have a similar problem because my listview is not filtering, even implementing the toString method os the class from my custom

[android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-27 Thread Thiago Diniz
Why do you want to put an edittext, listview already have an keystroke filter. I have a similar problem because my listview is not filtering, even implementing the toString method os the class from my custom Adapter. Ialso have a ListView with a custom Adapter that extends ArrayAdapter. It's a

[android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-25 Thread Kumar Bibek
Hi, What exactly are you trying to do? Can you please explain? Thanks and Regards, Kumar Bibek On Mar 25, 3:17 pm, Anton Pirker an...@ignaz.at wrote: Hi! I have a ListView with a custom Adapter that extends ArrayAdapter. It's a ArrayAdapter of Type Artist. (There are about 1200 artists in

Re: [android-developers] Re: Filtered ListView with custom Adapter derived from ArrayAdapter is not updated

2010-03-25 Thread Anton Pirker
Hi! Kumar Bibek wrote: What exactly are you trying to do? Can you please explain? What i am trying to do: I want to have a EditText and below my list with about 1200 Artistnames. If the user enters something in the EditText i want to filter the artists according to the entered text. So