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 Attributes | Static Private Attributes | List of all members
org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment Class Reference

Fragment for displaying score to user in dictation template's simulator. More...

Inheritance diagram for org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment:
Collaboration graph
[legend]

Public Member Functions

 ResultActivityFragment ()
 
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onActivityCreated (Bundle savedInstanceState)
 
Loader< Cursor > onCreateLoader (int id, Bundle args)
 
void onLoadFinished (Loader< Cursor > loader, final Cursor data)
 
void onLoaderReset (Loader< Cursor > loader)
 
void onDestroyView ()
 

Static Public Member Functions

static Fragment newInstance ()
 

Private Attributes

final ContentValues dictValues
 
View rootView
 
String dict_Id
 
String passageEntered
 
DictDb db
 

Static Private Attributes

static final int DETAIL_LOADER = 0
 

Detailed Description

Fragment for displaying score to user in dictation template's simulator.

Created by Anupam (opticod) on 10/7/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.ResultActivityFragment ( )

Member Function Documentation

static Fragment org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.newInstance ( )
static
void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onActivityCreated ( Bundle  savedInstanceState)
Loader<Cursor> org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateLoader ( int  id,
Bundle  args 
)
View org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onDestroyView ( )
void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoaderReset ( Loader< Cursor >  loader)
void org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.onLoadFinished ( Loader< Cursor >  loader,
final Cursor  data 
)

Member Data Documentation

DictDb org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.db
private
final int org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.DETAIL_LOADER = 0
staticprivate
String org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.dict_Id
private
final ContentValues org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.dictValues
private
String org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.passageEntered
private
View org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.rootView
private

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