|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActivity
de.Android_Seminar.Sensor_Logging_for_Mobility
public class Sensor_Logging_for_Mobility
Field Summary | |
---|---|
static SensorController |
sensorController
|
Constructor Summary | |
---|---|
Sensor_Logging_for_Mobility()
|
Method Summary | |
---|---|
boolean[] |
getSensorsChecked()
This gives us all checked sensors |
boolean[] |
getSensorsPaint()
This give us all Sensors which should be painted |
SensorType[] |
getSensorTyps()
This gives us all sensors types |
void |
loadProperties()
This starts our properties view |
void |
loadSending()
This starts our sending view |
void |
loadTagging()
This starts our tagging view |
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created. |
boolean |
onCreateOptionsMenu(Menu menu)
This we need for the Menu. |
boolean |
onKeyDown(int keyCode,
KeyEvent event)
This method catch the KeyEvent. |
boolean |
onOptionsItemSelected(MenuItem item)
This is execute if one Item will be selected |
boolean |
onPreparePanel(int i,
View view,
Menu menu)
This is called every time we enter the menu |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static SensorController sensorController
Constructor Detail |
---|
public Sensor_Logging_for_Mobility()
Method Detail |
---|
public void onCreate(Bundle savedInstanceState)
public boolean onKeyDown(int keyCode, KeyEvent event)
public void loadProperties()
public void loadTagging()
public void loadSending()
public SensorType[] getSensorTyps()
public boolean[] getSensorsChecked()
public boolean[] getSensorsPaint()
public boolean onCreateOptionsMenu(Menu menu)
public boolean onPreparePanel(int i, View view, Menu menu)
public boolean onOptionsItemSelected(MenuItem item)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |