List/Grid Android Subscribe RSS feed of category Android
How to enable/disable Bluetooth programmatically in Android
In this tutorial, I will show you a simple but very useful example to switch on/off the bluetooth of your Android phone programmatically. You can do this by either calling the system intent for the same or directly from your application. In this application, I will cover only the second part. The application will be having a TextView to show the current status of Bluetooth and a ToggleButton to toggle…