Questions tagged [android-ibeacon]

An Android library providing APIs to interact with iBeacon technology.

About

With Radius Networks' Android Beacon Service library, you can make Android versions of your iOS apps that use iBeacon technology, or come up with new Android-only creations.

It allows Android devices to use iBeacon technology much like iOS devices do. An app can request to get notifications when one or more proximity beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of 1Hz.

Links

Website

Documentation

292 questions
0
votes
1 answer

Android iBeacon Library fromScanData returning null always

I have been trying to write an application to detect iBeacons. (I set up my iPhone 5 as iBeacon) I slightly changed the fromScanData method to return only proximity UUID String. I have no idea how the pattern detection works. It always Logs "This is…
0
votes
1 answer

How do you add the sample code from the Android IBeacon Library to a simple 'Hello World app'

I want to use run the sample code from the Android iBeacon Library but I am unsure how to add it. I have created some simple apps at this stage. Could someone please guide me to add the sample code for managing an iBeacon. Terry
-1
votes
1 answer

Is it necessary to use the foreground service with the android beacon library?

I am trying to build an app that simply detects beacons at all times...when running in foreground or background, after reboot, etc. I noticed the following in the android beacon library example program... // Uncomment the code below to use a…
JackSojourn
  • 324
  • 2
  • 15
-1
votes
1 answer

After converting mobile to beacon, is it possible to scan other beacons?

Am gonna developing one which app converts mobile to beacon using beacon transmission. My question is after converting to beacon, wether scanning other beacon is possible in same app?
iffu
  • 331
  • 1
  • 4
  • 16
-1
votes
1 answer

Beacon Library - Transmitter

I created a transmitter app with this Error code 2 in beacon transmitter for Android Beacon library code and able to transmit as iBeacon. Problem 1: The app no longer able to transmit if i killed the app from recents(Should i call this from…
-1
votes
1 answer

didRangeBeaconsInRegion doesn't detect any beacon

public void onBeaconServiceConnect() { beaconManager.addMonitorNotifier(new MonitorNotifier() { @Override public void didEnterRegion(Region region) { try { …
-1
votes
1 answer

Does Android Beacon Library with Bluetooth 3.0 device detect BLE beacons?

I am thinking about developing an Android app using Android Beacon Libary which could run using either Bluetooth 3.0 or 4.0 BLE, but would be able to see BLE beacons. The reason is there are still a lot of mobile devices supporting BT 3.0 out there,…
1 2 3
19
20