- batBackground - Variable in class gr.askisi3.data.AppData
-
Variable that stores the instance of the thread for the battery monitoring
- battery_button - Static variable in class gr.askisi3.activities.R.string
-
- battery_info - Static variable in class gr.askisi3.activities.R.id
-
- BatteryActivity - Class in gr.askisi3.activities
-
GPS Activity that contains the fields with the information about
the battery's level and charging state of the device and a button to enable
and disable the monitoring of this information.
- BatteryActivity() - Constructor for class gr.askisi3.activities.BatteryActivity
-
- BatteryActivity.MyThread - Class in gr.askisi3.activities
-
Thread that monitors the battery information about the level and charging
of the device and sends the data collected to the gui if the Battery
Activity is currently showing on the screen.
- BatteryActivity.MyThread(Handler) - Constructor for class gr.askisi3.activities.BatteryActivity.MyThread
-
- batteryLevel() - Method in class gr.askisi3.activities.BatteryActivity.MyThread
-
Method that contains a broadcast receiver for the battery and when
it's called runs the method onReceive finding the battery's info
- batteryLevel - Variable in class gr.askisi3.data.TerminalData
-
- batThread - Variable in class gr.askisi3.data.AppData
-
Boolean that shows if the thread for monitoring-Battery is running.
- BuildConfig - Class in gr.askisi3.activities
-
- BuildConfig() - Constructor for class gr.askisi3.activities.BuildConfig
-
- button - Variable in class gr.askisi3.activities.BatteryActivity
-
The button for enabling and disabling the battery monitoring.
- button - Variable in class gr.askisi3.activities.GeneralActivity
-
The button for enabling and disabling the battery monitoring.
- button - Variable in class gr.askisi3.activities.GpsActivity
-
The button for enabling and disabling the gps monitoring.
- button - Static variable in class gr.askisi3.activities.R.id
-
- buttonPushed(View) - Method in class gr.askisi3.activities.BatteryActivity
-
Method that is called when the button Enable Monitoring is pushed.
- buttonPushed(View) - Method in class gr.askisi3.activities.GeneralActivity
-
Method that is called when the button Start Sending Data is pushed.
- buttonPushed(View) - Method in class gr.askisi3.activities.GpsActivity
-
Method that is called when the button Enable Monitoring is pushed.