In last post i have showed you how to communicate two Arduino Uno using Bluetooth(RN-42).
Now in this post i will show you how to connect Arduino Uno with Android phone using Bluetooth.
Before going further i will discuss some basic API's that we will be using in our android Programming.
In this post we will show how to use Android Bluetooth classes and we will explore some of the Bluetooth API's that is used to develop this Android Bluetooth Application. These API's let your device to connect with other Bluetooth devices enabling point - to- point and Multipoint wireless features.
Using this Bluetooth API's an android application can scan other Bluetooth Devices present nearby, can pair with other Bluetooth devices, can establish RFCOMM, can transfer and receive data and can even manage multiple Bluetooth connections.
All these API's are available in android:bluetooth package. Now we will discuss some of the classes and Interfaces required for Bluetooth connection. (Taken from developer.android.com)