Android Open Source - Development arduino BTChat






Project Summary

BT chatting between arduino and android. (supports IoT feature).

Web Site / Source Repository

BTChat is hosted in the following web site
https://github.com/godstale/BTChat

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

ItemValue
Java File Count24
Target SDK Version14
Minimum SDK Version14
Activity Count2
Fragment Count4
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.INTERNET




Java Source Files

BTChat has the following Java source files.

com.hardcopy.btchat.DeviceListActivity.java
com.hardcopy.btchat.MainActivity.java
com.hardcopy.btchat.bluetooth.BluetoothManager.java
com.hardcopy.btchat.bluetooth.ConnectionInfo.java
com.hardcopy.btchat.bluetooth.TransactionBuilder.java
com.hardcopy.btchat.bluetooth.TransactionReceiver.java
com.hardcopy.btchat.contents.CommandParser.java
com.hardcopy.btchat.contents.DBHelper.java
com.hardcopy.btchat.fragments.ExampleFragment.java
com.hardcopy.btchat.fragments.FragmentAdapter.java
com.hardcopy.btchat.fragments.IFragmentListener.java
com.hardcopy.btchat.fragments.LLSettingsFragment.java
com.hardcopy.btchat.http.HttpAsyncTask.java
com.hardcopy.btchat.http.HttpFileAsyncTask.java
com.hardcopy.btchat.http.HttpInterface.java
com.hardcopy.btchat.http.HttpListener.java
com.hardcopy.btchat.http.HttpRequester.java
com.hardcopy.btchat.service.BTCTemplateService.java
com.hardcopy.btchat.service.ServiceMonitoring.java
com.hardcopy.btchat.utils.AppSettings.java
com.hardcopy.btchat.utils.Constants.java
com.hardcopy.btchat.utils.Logs.java
com.hardcopy.btchat.utils.RecycleUtils.java
com.hardcopy.btchat.utils.Utils.java