Android Open Source - Hardware energy HeartRateBluetoothDemo






Project Summary

This is a demo project that is used for demonstrating how to work with Bluetooth low energy devices in Android 4.3. This demo targets heart monitors specifically but the code can be reused and adjusted for any type of project looking to work with Bluetooth low energy devices..

Web Site / Source Repository

HeartRateBluetoothDemo is hosted in the following web site
https://github.com/JeremiahStephenson/HeartRateBluetoothDemo

If you think the Android project HeartRateBluetoothDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of HeartRateBluetoothDemo.

ItemValue
Java File Count12
Target SDK Version18
Minimum SDK Version18
Activity Count1
Fragment Count2
jar files usedeventbus.jar
graph.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN




Java Source Files

HeartRateBluetoothDemo has the following Java source files.

com.rain.android.heartratemonitor.MainActivity.java
com.rain.android.heartratemonitor.bluetoothLE.BlueToothLEEvent.java
com.rain.android.heartratemonitor.bluetoothLE.BluetoothLeService.java
com.rain.android.heartratemonitor.bluetoothLE.GattAttributes.java
com.rain.android.heartratemonitor.fragments.HeartRateFragment.java
com.rain.android.heartratemonitor.fragments.LogFragment.java
com.rain.android.heartratemonitor.monitor.BasicHeartRateProvider.java
com.rain.android.heartratemonitor.monitor.HeartRateConstants.java
com.rain.android.heartratemonitor.monitor.HeartRateEvent.java
com.rain.android.heartratemonitor.utilities.BluetoothLEUtils.java
com.rain.android.heartratemonitor.views.BpmGraphView.java
com.rain.android.heartratemonitor.views.SmoothLineGraphView.java