Android How Do I Overwrite The Filter For My Arrayadapter?
I am trying to write a custom filter to filter the arraylist in my arrayadapter such that my listview is filtered when I click on the button. For instance when I click on my button
Solution 1:
You need to override the getCount() method in the ArrayAdapter class.
Post a Comment for "Android How Do I Overwrite The Filter For My Arrayadapter?"