![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Activity for taking user input(dictation) in dictation template's app. More...


Public Member Functions | |
| DetailActivityFragment () | |
| 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 () |
| void | onPause () |
| void | onResume () |
Private Attributes | |
| final ContentValues | dictValues |
| View | rootView |
| String | dict_Id |
| DictDb | db |
| TextToSpeech | tts |
| ProgressDialog | progress |
Static Private Attributes | |
| static final int | DETAIL_LOADER = 0 |
Activity for taking user input(dictation) in dictation template's app.
Created by Anupam (opticod) on 4/7/16.
| org.buildmlearn.dictation.fragment.DetailActivityFragment.DetailActivityFragment | ( | ) |
| void org.buildmlearn.dictation.fragment.DetailActivityFragment.onActivityCreated | ( | Bundle | savedInstanceState | ) |
| Loader<Cursor> org.buildmlearn.dictation.fragment.DetailActivityFragment.onCreateLoader | ( | int | id, |
| Bundle | args | ||
| ) |
| View org.buildmlearn.dictation.fragment.DetailActivityFragment.onCreateView | ( | LayoutInflater | inflater, |
| ViewGroup | container, | ||
| Bundle | savedInstanceState | ||
| ) |
| void org.buildmlearn.dictation.fragment.DetailActivityFragment.onDestroyView | ( | ) |
| void org.buildmlearn.dictation.fragment.DetailActivityFragment.onLoaderReset | ( | Loader< Cursor > | loader | ) |
| void org.buildmlearn.dictation.fragment.DetailActivityFragment.onLoadFinished | ( | Loader< Cursor > | loader, |
| final Cursor | data | ||
| ) |
| void org.buildmlearn.dictation.fragment.DetailActivityFragment.onPause | ( | ) |
| void org.buildmlearn.dictation.fragment.DetailActivityFragment.onResume | ( | ) |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.11