de.lohaltec.laufputer.MainLaufputerActivity Klassenreferenz
Abgeleitet von android::app::Activity.
Aufstellung aller Elemente
Dokumentation der Elementfunktionen
Handler de.lohaltec.laufputer.MainLaufputerActivity.getMUpdateUIHandler |
( |
|
) |
|
Get the UpdateUIHandler object
- Rückgabe:
- UpdateUIHandler object
void de.lohaltec.laufputer.MainLaufputerActivity.onCreate |
( |
Bundle |
savedInstanceState |
) |
|
Called when the activity is first created.
void de.lohaltec.laufputer.MainLaufputerActivity.onRestoreInstanceState |
( |
Bundle |
savedInstanceState |
) |
[protected] |
Restore a activity state from a bundle Called when from the onStart() function
void de.lohaltec.laufputer.MainLaufputerActivity.onSaveInstanceState |
( |
Bundle |
outState |
) |
[protected] |
Save activity state in a bundle Called when from the onStop() function
void de.lohaltec.laufputer.MainLaufputerActivity.setMConnectionState |
( |
String |
ConnectionState |
) |
|
Set variable mConnectionState
- Parameter:
-
| ConnectionState | State of the connection |
void de.lohaltec.laufputer.MainLaufputerActivity.setMDisplayHeartRate |
( |
String |
DisplayHeartRate |
) |
|
Set variable mDisplayHeartRate
- Parameter:
-
void de.lohaltec.laufputer.MainLaufputerActivity.startButtonClick |
( |
|
) |
|
Start the audio processing and the chronometers Called from the startButton OnClickListener
void de.lohaltec.laufputer.MainLaufputerActivity.stopButtonClick |
( |
|
) |
|
Stop the audio processing and the chronometers Called from the stopButton OnClickListener
void de.lohaltec.laufputer.MainLaufputerActivity.updateUI |
( |
|
) |
[protected] |
Dokumentation der Datenelemente
final Runnable de.lohaltec.laufputer.MainLaufputerActivity.mUpdateUI |
Initialisierung: new Runnable() {
public void run() {
updateUI();
}
}
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /home/albrecht/Albrecht.loh/Studium/Studienarbeit/src/Software/Android_Implementierung/Laufputer/src/de/lohaltec/laufputer/MainLaufputerActivity.java