Example usage for android.support.v4.preference Preference subclass-usage

List of usage examples for android.support.v4.preference Preference subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.preference Preference subclass-usage.

Usage

From source file com.github.preferencefragment.preference.MyPreference.java

/**
 * This is an example of a custom preference type. The preference counts the
 * number of clicks it has received and stores/retrieves it from the storage.
 */
public class MyPreference extends Preference {
    private int mClickCounter;