[android-beginners] ListView TextFilter..Broken?

2010-06-22 Thread HeyYouThere
Hi everyone, My issue is simplebelow is the code. When the list filters, and the person clicks, no matter what the position is on 0...Can I do it by the string name in the listview instead of the position? public void onListItemClick(ListView l, View v, int position, long id) {

[android-beginners] Re: An Extremely Simple Question

2010-06-21 Thread HeyYouThere
of items in the list. > > But you need to implement an TextFilter wich updates the list. > > I have the same problem, but didn't fixed it yet. > Here is the link to Romains presentation: > > http://www.youtube.com/watch?v=wDBM6wVEO70#t=34m23s > > > > On Mon,

[android-beginners] An Extremely Simple Question

2010-06-21 Thread HeyYouThere
Hello, I am having issues with my ListView text filter. Here's the problem: ** Upon using the keyboard to search for an item in the list, when that item is clicked, it always takes them to the actions I have specified for position 0 as my list is separated based on positions. Each position launch