Example usage for android.widget Filter.Callback interface-usage

List of usage examples for android.widget Filter.Callback interface-usage

Introduction

In this page you can find the example usage for android.widget Filter.Callback interface-usage.

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.