Android Open Source - Hardware communication BlueToothTuto






Project Summary

This code is a tutroial to explain how to set bluetooth communication between two android devices..

Web Site / Source Repository

BlueToothTuto is hosted in the following web site
https://github.com/MathiasSeguy-Android2EE/BlueToothTuto

If you think the Android project BlueToothTuto 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 BlueToothTuto.

ItemValue
Java File Count9
Target SDK Version17
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN




Java Source Files

BlueToothTuto has the following Java source files.

com.android2ee.android.tuto.communication.bluetooth.MyApplication.java
com.android2ee.android.tuto.communication.bluetooth.gui.CommunicationActivity.java
com.android2ee.android.tuto.communication.bluetooth.gui.DiscoverDevicesActivity.java
com.android2ee.android.tuto.communication.bluetooth.gui.EnableActivity.java
com.android2ee.android.tuto.communication.bluetooth.gui.arrayadapter.BluetoothAdapterCallBack.java
com.android2ee.android.tuto.communication.bluetooth.gui.arrayadapter.BluetoothDevicesAdapter.java
com.android2ee.android.tuto.communication.bluetooth.gui.arrayadapter.BluetoothMessageAdapter.java
com.android2ee.android.tuto.communication.bluetooth.gui.model.BluetoothMessage.java
com.android2ee.android.tuto.communication.bluetooth.service.CommunicationService.java