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.
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:
- Configuring the UI: We will start by configuring the UI via the following steps. User interfaces in Android ...