![]() |
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 to hear dictation in dictation template's simulator. More...


Public Member Functions | |
| void | onSaveInstanceState (Bundle outState) |
| void | onCreate (Bundle savedInstanceState) |
| View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| void | onActivityCreated (Bundle savedInstanceState) |
| Loader< Cursor > | onCreateLoader (int i, Bundle bundle) |
| void | onLoadFinished (Loader< Cursor > cursorLoader, Cursor cursor) |
| void | onLoaderReset (Loader< Cursor > cursorLoader) |
| void | onDestroyView () |
Static Public Member Functions | |
| static Fragment | newInstance () |
Private Attributes | |
| DictArrayAdapter | dictListAdapter |
| int | mPosition = ListView.INVALID_POSITION |
| ListView | listView |
| ArrayList< DictModel > | dictList |
| View | rootView |
| DictDb | db |
Static Private Attributes | |
| static final String | SELECTED_KEY = "selected_position" |
| static final int | DICT_LOADER = 0 |
Fragment to hear dictation in dictation template's simulator.
Created by Anupam (opticod) on 10/7/16.
|
static |
| void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onActivityCreated | ( | Bundle | savedInstanceState | ) |
| void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreate | ( | Bundle | savedInstanceState | ) |
| Loader<Cursor> org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateLoader | ( | int | i, |
| Bundle | bundle | ||
| ) |
| View org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onCreateView | ( | LayoutInflater | inflater, |
| ViewGroup | container, | ||
| Bundle | savedInstanceState | ||
| ) |
| void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onDestroyView | ( | ) |
| void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoaderReset | ( | Loader< Cursor > | cursorLoader | ) |
| void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onLoadFinished | ( | Loader< Cursor > | cursorLoader, |
| Cursor | cursor | ||
| ) |
| void org.buildmlearn.toolkit.dictationtemplate.fragment.MainActivityFragment.onSaveInstanceState | ( | Bundle | outState | ) |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
1.8.11