BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Fragment for the users to test their spelling skills. spelling template's simulator. More...
Public Member Functions | |
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
void | onDestroy () |
boolean | onNavigationItemSelected (MenuItem item) |
void | onPause () |
void | onResume () |
Static Public Member Functions | |
static Fragment | newInstance () |
Private Member Functions | |
void | setListeners (final String spellId, final String word, 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 |
View | rootView |
Static Private Attributes | |
static final float | MIN_SPEECH_RATE = 0.01f |
Fragment for the users to test their spelling skills. spelling template's simulator.
Created by Anupam (opticod) on 31/5/16.
|
private |
|
static |
View org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onCreateView | ( | LayoutInflater | inflater, |
ViewGroup | container, | ||
Bundle | savedInstanceState | ||
) |
void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onDestroy | ( | ) |
boolean org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onNavigationItemSelected | ( | MenuItem | item | ) |
void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onPause | ( | ) |
void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.onResume | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |