Tag: Microsoft Band
Microsoft Band and Android(Java) -Get the Version Information
Below is a sample code snippet demonstrating how to get the version information from Microsoft Band using Java from android app. How to Get Microsoft Band Version Information using Java in Android Application ?
Microsoft Band and Android(Java) – Connect to the Band
Below is the sample code snippet demonstrating how to connect to the first microsoft band that is paired using the BandInfo and BandClient object. How to Connect to the Microsoft Band from android application using Java ? How to get the list of paired bands from the android application using java.
Microsoft Band and Android(Java) – Add Permission Tags in the Manifest file
When working with the Microsoft Band using Java for an android app , it is necessary add the following permissions under the uses-permission tag of the AndroidManifest.xml. android.permission.BLUETOOTH com.microsoft.band.service.access.BIND_BAND_SERVICE How to add Permission Tags in the Manifest file to use Band SDK in Java ? The reason for adding this to the manifest file is that the app will be using the capabilities of the…
Microsoft Band and Android (Java) – Getting the list of Paired Bands
Below is the sample code snippet demonstrating how to get the list of paired Bands from your android application using java. How to get the list of paired bands from the android application using java?