Android App Bluetooth
I need to create an android app that receives data via a bluetooth connection. I am doing some android programming but i can't quite grasp it. Could somebody offer some guidance on
Solution 1:
The canonical reference is the Android Bluetooth development guide at http://developer.android.com/guide/topics/wireless/bluetooth.html, and the Bluetooth Chat example at http://developer.android.com/resources/samples/BluetoothChat/index.html.
Solution 2:
Please refer to amazon, and the many books on Android. There are many websites that teach Java and Android, google it ;)
Specificly in regards to bluetooth you may refer to chapter 7 of the Android Developer Cookbook
Solution 3:
I am new to android too (Atleast I was new 3 weeks ago!). The links given above are quite helpful to create most android apps. For Java, refer to the oracle java tutorials, they are quite good. Best of luck!
Post a Comment for "Android App Bluetooth"