public class MainActivity
extends Activity
Modifier and Type | Field and Description |
---|---|
private AppData |
ad |
private TerminalData |
td |
Constructor and Description |
---|
MainActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
onCreate(Bundle savedInstanceState) |
protected void |
onDestroy() |
protected void |
onPause() |
protected void |
onResume() |
protected void |
onStart() |
protected void |
onStop() |
void |
showBatteryInfo(View view)
Method that is called when the Battery Info button is pushed.
|
void |
showDeviceInfo(View view)
Method that is called when the General Info button is pushed.
|
void |
showGpsInfo(View view)
Method that is called when the GPS Info button is pushed.
|
private TerminalData td
private AppData ad
protected void onCreate(Bundle savedInstanceState)
protected void onStart()
protected void onResume()
protected void onPause()
protected void onStop()
protected void onDestroy()
public void showDeviceInfo(View view)
public void showGpsInfo(View view)
public void showBatteryInfo(View view)