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.
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.toolkit.learnspelling.fragment.MainFragment Class Reference

Fragment for the users to test their spelling skills. spelling template's simulator. More...

Inheritance diagram for org.buildmlearn.toolkit.learnspelling.fragment.MainFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.learnspelling.fragment.MainFragment:
Collaboration graph
[legend]

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
 

Detailed Description

Fragment for the users to test their spelling skills. spelling template's simulator.

Created by Anupam (opticod) on 31/5/16.

Member Function Documentation

float org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.getProgressValue ( int  percent)
private
static Fragment org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.newInstance ( )
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 ( )
void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.setListeners ( final String  spellId,
final String  word,
final String  answered 
)
private
void org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.submit ( String  spell)
private

Member Data Documentation

SpellDb org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.db
private
android.app.AlertDialog org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mAlert
private
Button org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mBtn_Spell
private
Context org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mContext
private
EditText org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mEt_Spelling
private
final float org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.MIN_SPEECH_RATE = 0.01f
staticprivate
SeekBar org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.mSb_SpeechRate
private
ProgressDialog org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.progress
private
View org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.rootView
private
TextToSpeech org.buildmlearn.toolkit.learnspelling.fragment.MainFragment.tts
private

The documentation for this class was generated from the following file: