|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectandroid.content.Context
android.content.ContextWrapper
android.view.ContextThemeWrapper
android.app.Activity
android.support.v4.app.FragmentActivity
org.android.activityminer.app.recognizer.RecognizerPredictionViewActivity
public class RecognizerPredictionViewActivity
Activity to display the stored activity predictions.
| Field Summary | |
|---|---|
private android.support.v4.widget.SimpleCursorAdapter |
adapter
The cursor adapter |
private SimpleDateFormat |
dateFormatter
The date formatter. |
private ListView |
listView
The list view. |
private static int |
URL_LOADER
The URI loader identifier |
| Fields inherited from class android.app.Activity |
|---|
DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK |
| Fields inherited from interface android.content.ComponentCallbacks2 |
|---|
TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN |
| Constructor Summary | |
|---|---|
RecognizerPredictionViewActivity()
|
|
| Method Summary | |
|---|---|
private void |
loadData()
Method to load and display data from content provider |
boolean |
onContextItemSelected(MenuItem item)
|
void |
onCreate(Bundle savedInstanceState)
|
void |
onCreateContextMenu(ContextMenu menu,
View v,
ContextMenu.ContextMenuInfo menuInfo)
|
android.support.v4.content.Loader<Cursor> |
onCreateLoader(int loaderID,
Bundle bundle)
|
boolean |
onCreateOptionsMenu(Menu menu)
|
void |
onLoaderReset(android.support.v4.content.Loader<Cursor> loader)
|
void |
onLoadFinished(android.support.v4.content.Loader<Cursor> loader,
Cursor data)
|
boolean |
onOptionsItemSelected(MenuItem item)
|
| Methods inherited from class android.support.v4.app.FragmentActivity |
|---|
dump, getLastCustomNonConfigurationInstance, getSupportFragmentManager, getSupportLoaderManager, onActivityResult, onAttachFragment, onBackPressed, onConfigurationChanged, onCreatePanelMenu, onCreateView, onDestroy, onKeyDown, onLowMemory, onMenuItemSelected, onNewIntent, onPanelClosed, onPause, onPostResume, onPrepareOptionsPanel, onPreparePanel, onResume, onResumeFragments, onRetainCustomNonConfigurationInstance, onRetainNonConfigurationInstance, onSaveInstanceState, onStart, onStop, startActivityForResult, startActivityFromFragment, supportInvalidateOptionsMenu |
| Methods inherited from class android.view.ContextThemeWrapper |
|---|
applyOverrideConfiguration, attachBaseContext, getResources, getTheme, setTheme |
| Methods inherited from class android.content.Context |
|---|
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private android.support.v4.widget.SimpleCursorAdapter adapter
private SimpleDateFormat dateFormatter
private static final int URL_LOADER
private ListView listView
| Constructor Detail |
|---|
public RecognizerPredictionViewActivity()
| Method Detail |
|---|
public void onCreate(Bundle savedInstanceState)
onCreate in class android.support.v4.app.FragmentActivityprivate void loadData()
public boolean onCreateOptionsMenu(Menu menu)
onCreateOptionsMenu in class Activitypublic boolean onOptionsItemSelected(MenuItem item)
onOptionsItemSelected in class Activity
public void onCreateContextMenu(ContextMenu menu,
View v,
ContextMenu.ContextMenuInfo menuInfo)
onCreateContextMenu in interface View.OnCreateContextMenuListeneronCreateContextMenu in class Activitypublic boolean onContextItemSelected(MenuItem item)
onContextItemSelected in class Activity
public android.support.v4.content.Loader<Cursor> onCreateLoader(int loaderID,
Bundle bundle)
onCreateLoader in interface android.support.v4.app.LoaderManager.LoaderCallbacks<Cursor>
public void onLoadFinished(android.support.v4.content.Loader<Cursor> loader,
Cursor data)
onLoadFinished in interface android.support.v4.app.LoaderManager.LoaderCallbacks<Cursor>public void onLoaderReset(android.support.v4.content.Loader<Cursor> loader)
onLoaderReset in interface android.support.v4.app.LoaderManager.LoaderCallbacks<Cursor>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||