Skip to content

MikeFot/Android--Beacon-Scanner-Service

Repository files navigation

Beacon Scanner Service Sample App

Sample Service App for Bluetooth LE Scanner

Description

  • This application will start a Service to scan for Beacons through an ASyncTask.
  • The Service will then reschedule itself for future runs and will unregister once the maximum number of runs have been reached or the application is paused through the MainActivity's onPause() method.

Dependencies

This is intended to be used in conjunction with alt236's "Bluetooth LE Library for Android" library project which can be found here: https://github.com/alt236/Bluetooth-LE-Library---Android

It also utilises John Persnano's SuperToasts, found here: https://github.com/JohnPersano/SuperToasts

##Target Platforms Android devices running OS version 18+ and which can support receiving of Bluetooth LE signal.

Usage

The Main Activity is currently providing a simple visualisation of results.

Play Store Page

Get it on Google Play

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

The code in this project is licensed under the Apache Software License 2.0.