Example usage for android.text Editable.Factory subclass-usage

List of usage examples for android.text Editable.Factory subclass-usage

Introduction

In this page you can find the example usage for android.text Editable.Factory subclass-usage.

Usage

From source file it.scoppelletti.mobilepower.app.MarketTagHandler.java

/**
 * Gestore del tag <CODE>&lt;market&gt;</CODE>.
 */
final class MarketTagHandler extends Editable.Factory
        implements Html.TagHandler, Linkify.TransformFilter, Linkify.MatchFilter {
    private static final String SCHEME = "market://details?id=";