![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Activity for the users to test their spelling skills. spelling template's app. More...
Public Member Functions | |
void | onBackPressed () |
void | onDestroy () |
boolean | onCreateOptionsMenu (Menu menu) |
boolean | onOptionsItemSelected (MenuItem menuItem) |
boolean | onNavigationItemSelected (MenuItem item) |
void | onPause () |
void | onResume () |
Protected Member Functions | |
void | onCreate (Bundle savedInstanceState) |
Private Member Functions | |
void | setListeners (final String spellId, final String word, final String meaning, final String answered) |
void | submit (String spell) |
float | getProgressValue (int percent) |
Private Attributes | |
android.app.AlertDialog | mAlert |
Context | mContext |
Button | mBtn_Spell |
EditText | mEt_Spelling |
SeekBar | mSb_SpeechRate |
SpellDb | db |
TextToSpeech | tts |
ProgressDialog | progress |
Static Private Attributes | |
static final float | MIN_SPEECH_RATE = 0.01f |
Activity for the users to test their spelling skills. spelling template's app.
Created by Anupam (opticod) on 31/5/16.
|
private |
void org.buildmlearn.learnspellings.activities.MainActivity.onBackPressed | ( | ) |
|
protected |
boolean org.buildmlearn.learnspellings.activities.MainActivity.onCreateOptionsMenu | ( | Menu | menu | ) |
void org.buildmlearn.learnspellings.activities.MainActivity.onDestroy | ( | ) |
boolean org.buildmlearn.learnspellings.activities.MainActivity.onNavigationItemSelected | ( | MenuItem | item | ) |
boolean org.buildmlearn.learnspellings.activities.MainActivity.onOptionsItemSelected | ( | MenuItem | menuItem | ) |
void org.buildmlearn.learnspellings.activities.MainActivity.onPause | ( | ) |
void org.buildmlearn.learnspellings.activities.MainActivity.onResume | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |