Example usage for android.service.textservice SpellCheckerService subclass-usage

List of usage examples for android.service.textservice SpellCheckerService subclass-usage

Introduction

In this page you can find the example usage for android.service.textservice SpellCheckerService subclass-usage.

Usage

From source file android.hugonicolau.spellcheckerservice.BrailleSpellCheckerService.java

public class BrailleSpellCheckerService extends SpellCheckerService {

    public static final String TAG = "BrailleSpellCheckerService";
    private static Dawg mDawg = null;
    private static String mPreviousLocale = "";
    private static float[] mFrequencies;