foxtrotzulu94 / ECE-Pokedex

An Android App for those that want to be the very best! You Gotta Catch 'Em All!
MIT License
1 stars 1 forks source link

Implement Filterable Class #21

Closed foxtrotzulu94 closed 8 years ago

foxtrotzulu94 commented 9 years ago

The PokedexArrayAdapter class was created for displaying custom rows within the ListView. One important feature missing is the ability to filter (search) within the set contained by the array. Implement the search logic through the Filter class implementation of the array adapter. This is a straightforward comparison operation to discriminate against elements in a set.

thineshth commented 9 years ago

Advanced Search portion of filter, needs to filter for: