List of usage examples for android.widget Filter.Callback interface-usage
From source file com.wanikani.androidnotifier.ItemsFragment.java
/**
* This fragment shows item lists. The user can choose how to filter
* and how to sort them. Sorting is done through a simple comparator;
* stock comparators provided by WKLib are enough for our purposes.
* Filters is slightly more complex, and we use an implementation
* of a specific interface (@link Filter) for each of them.