Android

We begin by creating an empty project in the Android Studio. We have already done this exercise in the last chapter, so we will not be covering it here again.

While creating the Android Project, please choose the Minimum Api Level(minsdkversion) to be 23 since it supports all the Api calls that we would be using in this section.

Once we have finished creating our empty project (we have chosen the name of AndroidBLEServiceExplorer for our project with a package name of packt.com.androidbleserviceexplorer as shown below), as a first step, we can define some simple user interface, which will keep us informed of what is going on:

  1. Configuring the UI: We will start by configuring the UI via the following steps. User interfaces in Android ...

Get IoT Projects with Bluetooth Low Energy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.