public class MenuExpandableListActivity
extends ActionBarActivity
Modifier and Type | Field and Description |
---|---|
protected static DataBaseHelper |
dbHelper
Database Helper.
|
protected static boolean |
isDebuggable
Application debuggable flag
|
Constructor and Description |
---|
MenuExpandableListActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
error(String tag,
String message,
Exception ex,
boolean sendException)
Shows an error message.
|
protected void |
onCreate(Bundle savedInstanceState) |
boolean |
onCreateOptionsMenu(Menu menu) |
boolean |
onOptionsItemSelected(MenuItem item) |
protected void |
onPause() |
protected void |
onResume() |
protected void |
setMenuDbClean() |
void |
showDialog(int title,
int message)
Shows a dialog.
|
protected void |
viewPreferences()
Shows Preferences screen
|
protected static DataBaseHelper dbHelper
protected static boolean isDebuggable
protected void viewPreferences()
protected void error(String tag, String message, Exception ex, boolean sendException)
message
- Error message to show.public void showDialog(int title, int message)
public boolean onCreateOptionsMenu(Menu menu)
public boolean onOptionsItemSelected(MenuItem item)
protected void onCreate(Bundle savedInstanceState)
protected void onPause()
protected void onResume()
protected void setMenuDbClean()