public class HeartMonitorSmartHandlerUI
extends Activity
| Constructor and Description |
|---|
HeartMonitorSmartHandlerUI() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(View v)
Called when a button has been clicked on by the user
|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
void |
onItemClick(
Called when a list item has been clicked on by the user
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onItemClick(arg0, View arg1, int position, long arg3)
v - Reference to the {android.view.View} of the buttonpublic void onClick(View v)
v - Reference to the {android.view.View} of the button