Android application for the SINTEF chest sensor belt.
chestbelt-android is hosted in the following web site
https://github.com/SINTEF-9012/chestbelt-android
If you think the Android project chestbelt-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of chestbelt-android.
Item | Value |
---|---|
Java File Count | 30 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 11 |
Activity Count | 11 |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
There are 14 image files in chestbelt-android. The names of the image files are listed as follows.
activity0.png activity1.png activity2.png activity3.png ic_available.png ic_connected.png ic_disconnected.png ic_heartrate.png ic_settings.png pos_inverted.png pos_prone.png pos_side.png pos_supine.png pos_upright.png
The following screenshort is generated from the image listed above.
chestbelt-android has the following Java source files.
org.thingml.chestbelt.android.chestbeltdroid.communication.BluetoothManagementService.java org.thingml.chestbelt.android.chestbeltdroid.communication.ChestBeltBinder.java org.thingml.chestbelt.android.chestbeltdroid.communication.ChestBeltBufferizer.java org.thingml.chestbelt.android.chestbeltdroid.communication.ChestBeltGraphBufferizer.java org.thingml.chestbelt.android.chestbeltdroid.communication.ChestBeltServiceConnection.java org.thingml.chestbelt.android.chestbeltdroid.communication.ConnectionTask.java org.thingml.chestbelt.android.chestbeltdroid.devices.Device.java org.thingml.chestbelt.android.chestbeltdroid.devices.DevicesAdapter.java org.thingml.chestbelt.android.chestbeltdroid.devices.DevicesListActivity.java org.thingml.chestbelt.android.chestbeltdroid.graph.GraphAdapter.java org.thingml.chestbelt.android.chestbeltdroid.graph.GraphBaseView.java org.thingml.chestbelt.android.chestbeltdroid.graph.GraphBuffer.java org.thingml.chestbelt.android.chestbeltdroid.graph.GraphDetailsView.java org.thingml.chestbelt.android.chestbeltdroid.graph.GraphWrapper.java org.thingml.chestbelt.android.chestbeltdroid.preferences.ChestBeltPrefFragment.java org.thingml.chestbelt.android.chestbeltdroid.preferences.ConnectionPrefFragment.java org.thingml.chestbelt.android.chestbeltdroid.preferences.PreferencesActivity.java org.thingml.chestbelt.android.chestbeltdroid.preferences.SensAppPrefFragment.java org.thingml.chestbelt.android.chestbeltdroid.sensapp.ChestBeltDatabaseLoger.java org.thingml.chestbelt.android.chestbeltdroid.sensapp.UpdateUriTask.java org.thingml.chestbelt.android.chestbeltdroid.viewer.AccelerometerActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.ActivityActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.BatteryActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.DashBoardActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.ECGActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.GraphListActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.GyroActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.HeartRateActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.TemperatureActivity.java org.thingml.chestbelt.android.chestbeltdroid.viewer.VisualizationActivity.java