- GeneralActivity - Class in gr.askisi3.activities
-
General Activity that contains the fields with the information about
the model, the name, and the version of the device and a button to enable
and disable sending this information to the web-service.
- GeneralActivity() - Constructor for class gr.askisi3.activities.GeneralActivity
-
- GeneralActivity.MyThread - Class in gr.askisi3.activities
-
Thread that makes the connection with the web-service and then sends to it
the collected information about the battery and gps of the device
- GeneralActivity.MyThread() - Constructor for class gr.askisi3.activities.GeneralActivity.MyThread
-
- getBatteryLevel() - Method in class gr.askisi3.data.TerminalData
-
- getInstance() - Static method in class gr.askisi3.data.AppData
-
Creates the unique object of this class if not created.
- getInstance() - Static method in class gr.askisi3.data.TerminalData
-
Creates the unique object of this class if not created.
- getLatitude() - Method in class gr.askisi3.data.TerminalData
-
- getLocation() - Method in class gr.askisi3.activities.GpsActivity.MyThread
-
Method that checks if the device's gps or network provider is available
for finding the current location and if at least one of them is, finds the info.
- getLongitude() - Method in class gr.askisi3.data.TerminalData
-
- getManufacturer() - Method in class gr.askisi3.data.TerminalData
-
- getModel() - Method in class gr.askisi3.data.TerminalData
-
- getVersion() - Method in class gr.askisi3.data.TerminalData
-
- gps_button - Static variable in class gr.askisi3.activities.R.string
-
- gps_info - Static variable in class gr.askisi3.activities.R.id
-
- GpsActivity - Class in gr.askisi3.activities
-
GPS Activity that contains the fields with the information about
the latitude and longitude of the device and a button to enable
and disable the monitoring of this information.
- GpsActivity() - Constructor for class gr.askisi3.activities.GpsActivity
-
- GpsActivity.MyThread - Class in gr.askisi3.activities
-
Thread that monitors the gps information about the latitude an longitude
of the device's location and sends the data collected to the gui if the GPS
Activity is currently showing on the screen.
- GpsActivity.MyThread(Handler, Context) - Constructor for class gr.askisi3.activities.GpsActivity.MyThread
-
- gpsBackground - Variable in class gr.askisi3.data.AppData
-
Variable that stores the instance of the thread for the gps monitoring
- gpsThread - Variable in class gr.askisi3.data.AppData
-
Boolean that shows if the thread for monitoring-GPS is running.
- gr.askisi3.activities - package gr.askisi3.activities
-
- gr.askisi3.data - package gr.askisi3.data
-