expandablelistview - Android how to implement expandable listview filter search? -
I'm trying to develop another Android application so that expandable list view can search group items from filter search .
I have got several tutorials that do this, where a search bar is placed at the top and if you type in the box, the results are filtered.
I find competent and much related to my problem and I have adopted the way for implementation.
I was unable to get successful results. It is working without any errors. Please suggest some tutorials to get this work done.
Any help is appreciated ..
is not done correctly , Then implementing your own filtered search can be annoying, difficult, and buggy. Unfortunately, Android does not provide a filter adapter for use with ExpandableListView
which means that you have to roll your own solution instead, rather than passing through that pain, I suggest that it is a complete There is a developed expandable list adapter
which adds filtering support (as well as many other things) apart from this, there are several types of example codes to display a demo app. It can be used in a variety of ways.
Comments
Post a Comment