public class MoodButton_iconselector
extends Activity
Activity| Constructor and Description |
|---|
MoodButton_iconselector() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(Bundle savedInstanceState)
Started when creating the
Activity |
void |
onDestroy()
Called when destroying the
Activty |
void |
onItemClick(
Called if a list item has been clicked on, here any of the mood annotations
|
void |
onRestart()
Called when restarting the
Activty |
void |
onStop()
Called when stopping the
Activty |
public void onCreate(Bundle savedInstanceState)
Activityandroid.app.Activity#onCreate(android.os.Bundle)public void onRestart()
Activtyandroid.app.Activity#onRestart()public void onStop()
Activtyandroid.app.Activity#onStop()public void onDestroy()
Activtyandroid.app.Activity#onDestroy()public void onItemClick(av, View v, int arg2, long arg3)
av - Reference to the parent viewv - Reference to the View being clicked onarg2 - don't carearg3 - index of the list items being clicked onAdapterView.OnItemClickListener