Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.dictation.fragment.MainActivityFragment Class Reference

Activity to hear dictation in dictation template's app. More...

Inheritance diagram for org.buildmlearn.dictation.fragment.MainActivityFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.dictation.fragment.MainActivityFragment:
Collaboration graph
[legend]

Classes

interface  Callback
 

Public Member Functions

 MainActivityFragment ()
 
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 ()
 

Private Attributes

DictArrayAdapter dictListAdapter
 
int mPosition = ListView.INVALID_POSITION
 
ListView listView
 
ArrayList< DictModeldictList
 
View rootView
 
DictDb db
 

Static Private Attributes

static final String SELECTED_KEY = "selected_position"
 
static final int DICT_LOADER = 0
 

Detailed Description

Activity to hear dictation in dictation template's app.

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

Constructor & Destructor Documentation

org.buildmlearn.dictation.fragment.MainActivityFragment.MainActivityFragment ( )

Member Function Documentation

void org.buildmlearn.dictation.fragment.MainActivityFragment.onActivityCreated ( Bundle  savedInstanceState)
void org.buildmlearn.dictation.fragment.MainActivityFragment.onCreate ( Bundle  savedInstanceState)
Loader<Cursor> org.buildmlearn.dictation.fragment.MainActivityFragment.onCreateLoader ( int  i,
Bundle  bundle 
)
View org.buildmlearn.dictation.fragment.MainActivityFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
void org.buildmlearn.dictation.fragment.MainActivityFragment.onDestroyView ( )
void org.buildmlearn.dictation.fragment.MainActivityFragment.onLoaderReset ( Loader< Cursor >  cursorLoader)
void org.buildmlearn.dictation.fragment.MainActivityFragment.onLoadFinished ( Loader< Cursor >  cursorLoader,
Cursor  cursor 
)
void org.buildmlearn.dictation.fragment.MainActivityFragment.onSaveInstanceState ( Bundle  outState)

Member Data Documentation

DictDb org.buildmlearn.dictation.fragment.MainActivityFragment.db
private
final int org.buildmlearn.dictation.fragment.MainActivityFragment.DICT_LOADER = 0
staticprivate
ArrayList<DictModel> org.buildmlearn.dictation.fragment.MainActivityFragment.dictList
private
DictArrayAdapter org.buildmlearn.dictation.fragment.MainActivityFragment.dictListAdapter
private
ListView org.buildmlearn.dictation.fragment.MainActivityFragment.listView
private
int org.buildmlearn.dictation.fragment.MainActivityFragment.mPosition = ListView.INVALID_POSITION
private
View org.buildmlearn.dictation.fragment.MainActivityFragment.rootView
private
final String org.buildmlearn.dictation.fragment.MainActivityFragment.SELECTED_KEY = "selected_position"
staticprivate

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