Skip to content Skip to sidebar Skip to footer

Filtering Listview Data Using Simpleadapter

I would need help to get filtering to work. ListView is displayed correctly, but when I enter a letter in the search field it gives an error java.lang.NullPointerException and app

Solution 1:

Set your ListAdapter adapter globally. I am sure , this will work. Kamal

Solution 2:

The solution provided by Luksprog worked.

Post a Comment for "Filtering Listview Data Using Simpleadapter"