Hi everybody, I've found here : http://stackoverflow.com/questions/1737009/answer-to-making-a-nice-looking-listview-filter-on-android
How to make a text filter on an arrayadapter<String>, my problem as you can see on the post hereabove is that my adapter is not of String type, and then when I use methods getFilter.filter(s), nothing happens because i'm comparing a CharSequence to an object containing several strings and data... If someone had any idea, that would be great -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en