Android Development
How to create filter for ListView items in Android. Part-2. List with custom adapter.
As you can see in my previous post about ListView filtering in Android (How to create filter for ListView items in Android.) creating a filter is pretty simple if you’re have a list with Strings. Here I show you how to create a filter for your custom adapter with complex Read more…