Example usage for android.speech.tts TextToSpeech.OnInitListener interface-usage

List of usage examples for android.speech.tts TextToSpeech.OnInitListener interface-usage

Introduction

In this page you can find the example usage for android.speech.tts TextToSpeech.OnInitListener interface-usage.

Usage

From source file in.codehex.arrow.MainActivity.java

public class MainActivity extends AppCompatActivity implements TextToSpeech.OnInitListener, LocationListener,
        GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener {

    SharedPreferences userPreferences, dataPreferences;
    RelativeLayout mainLayout;
    Intent intent;

From source file com.example.activitydemo.app.service.GameService.java

/**
 * Contains our Binder service that the Activity will connect to and hosts the Service thread.
 */
public class GameService extends Service implements TextToSpeech.OnInitListener {

    private static final String TAG = "GameService";

From source file com.example.app_2.activities.ImageGridActivity.java

/**
 * Simple FragmentActivity to hold the main {@link ImageGridFragment} and not much else.
 */
public class ImageGridActivity extends FragmentActivity
        implements TextToSpeech.OnInitListener, OnNavigationListener {
    private static final String LOG_TAG = "ImageGridActivity";

From source file com.microsoft.projectoxford.face.samples.ui.IdentificationActivity.java

public class IdentificationActivity extends AppCompatActivity implements TextToSpeech.OnInitListener {

    // For TextToSpeech implementation
    public void onInit(int initStatus) {
    }

From source file org.botlibre.sdk.activity.ChatActivity.java

/**
 * Activity for chatting with a bot.
 * To launch this activity from your app you can use the HttpFetchAction passing the bot id or name as a config, and launch=true.
 */
@SuppressWarnings("deprecation")
public class ChatActivity extends LibreActivity

From source file de.rosche.spectraTelemetry.SpectraTelemetry.java

public final class SpectraTelemetry extends Activity implements TextToSpeech.OnInitListener {
    private static final int REQUEST_CONNECT_DEVICE = 1;
    private PendingIntent pendingIntent;
    private static final int REQUEST_PREFS = 3;
    private static final int REQUEST_ENABLE_BT = 2;
    public static boolean initapp = true;

From source file usbong.android.likha_collection_1.UsbongDecisionTreeEngineActivity.java

public class UsbongDecisionTreeEngineActivity extends AppCompatActivity implements TextToSpeech.OnInitListener {
    //   private static final boolean UsbongUtils.USE_UNESCAPE=true; //allows the use of \n (new line) in the decision tree

    //   private static boolean USE_ENG_ONLY=true; //uses English only   
    //   private static boolean UsbongUtils.IS_IN_DEBUG_MODE=false;

From source file usbong.android.retrocc.UsbongDecisionTreeEngineActivity.java

public class UsbongDecisionTreeEngineActivity extends AppCompatActivity implements TextToSpeech.OnInitListener {
    //added by Mike, 20170315
    private String currCategory = UsbongConstants.ITEMS_LIST_COMICS;

    //   private static final boolean UsbongUtils.USE_UNESCAPE=true; //allows the use of \n (new line) in the decision tree