August 2017
Intermediate to advanced
278 pages
6h 1m
English
An interesting thing to note in our Android app is that our app would be making use of open source software developed by Google, which makes our life easier by parsing Eddystone advertisement data. We begin by creating an empty project in the Android Studio by the name of AndroidBeaconScanner. We have already done the project creation multiple times and hence we won't be repeating that here.
Once we have finished creating our empty project, as a first step, we can define some simple user interface as follows: