public class Tests extends MenuActivity implements AdapterView.OnItemClickListener
Modifier and Type | Field and Description |
---|---|
static int |
RESULT_NO_QUESTIONS |
static int |
RESULT_NO_QUESTIONS_COURSE |
static String |
TAG
Tests tag name for Logcat
|
dbHelper, isDebuggable
Constructor and Description |
---|
Tests() |
Modifier and Type | Method and Description |
---|---|
protected void |
onCreate(Bundle savedInstanceState) |
void |
onItemClick(AdapterView<?> parent,
View view,
int position,
long id) |
error, onCreateOptionsMenu, onOptionsItemSelected, onPause, onResume, showDialog
public static final String TAG
public static final int RESULT_NO_QUESTIONS
public static final int RESULT_NO_QUESTIONS_COURSE
protected void onCreate(Bundle savedInstanceState)
onCreate
in class MenuActivity
public void onItemClick(AdapterView<?> parent, View view, int position, long id)
onItemClick
in interface AdapterView.OnItemClickListener