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 displaying score to user in dictation template's simulator. More...
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 |
Fragment for displaying score to user in dictation template's simulator.
Created by Anupam (opticod) on 10/7/16.
org.buildmlearn.toolkit.dictationtemplate.fragment.ResultActivityFragment.ResultActivityFragment | ( | ) |
|
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 | ||
) |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |