giraffplus:android-middleware
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
giraffplus:android-middleware [2013-11-12 16:20] – [Call methods] davide | giraffplus:android-middleware [2014-05-30 16:10] (current) – [GiraffPlus packages] davide | ||
---|---|---|---|
Line 6: | Line 6: | ||
Middleware: | Middleware: | ||
- | * https:// | + | * https:// |
- | * https:// | + | * https:// |
- | + | ||
- | Tablet application: | + | |
- | * https:// | + | * https:// |
+ | * https://www.dropbox.com/ | ||
===== One-time setup ===== | ===== One-time setup ===== | ||
Applications that use this infrastructure require that the middleware application (Android/ | Applications that use this infrastructure require that the middleware application (Android/ | ||
Line 202: | Line 203: | ||
</ | </ | ||
- | The createSensorDescriptors() creates a descriptor for the accelerometer sensor present on the device using the **id** taken directly from the database (for sake of consistency with the GiraffPlus ecosystem we choose to publish data on the subtree **sensor/** of the context bus, please respect this constraint): | + | We called the method sensorsDescriptors.initialize(middleware) in the SensorsService class when we implemented the service connection. This method |
- | + | ||
- | <code java> | + | |
- | private final static int SENSORS_DELAY = SensorManager.SENSOR_DELAY_NORMAL; | + | |
- | private final static SparseArray< | + | |
- | private SparseArray< | + | |
- | private SensorManager sensorManager; | + | |
- | static { | + | |
- | // desirable sensors | + | |
- | sensors.append(Sensor.TYPE_ACCELEROMETER, | + | |
- | } | + | |
- | + | ||
- | public SensorsDescriptors(Context context) { | + | |
- | sensorManager = (SensorManager) context.getSystemService(Context.SENSOR_SERVICE); | + | |
- | } | + | |
- | </ | + | |
- | + | ||
- | We called the method sensorsDescriptors.initialize(middleware) in the SensorsService class when we implemented the service connection. This method | + | |
<code java> | <code java> | ||
Line 233: | Line 217: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | The createSensorDescriptors() creates a descriptor for the accelerometer sensor present on the device using the **id** taken directly from the database (for sake of consistency with the GiraffPlus ecosystem we choose to publish data on the subtree **sensor/** of the context bus, please respect this constraint): | ||
<code java> | <code java> |
giraffplus/android-middleware.1384273218.txt.gz · Last modified: 2013-11-12 16:20 by davide