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

How to Display data from the database in didRangeBeaconsInRegion?

I want to display data to the textview from the database when the beacon is detected in specific distance .... the problem is it does not work or does not display anything here's my code ... public void…
strygwyr
  • 3
  • 2
0
votes
2 answers

How can I insert codes or do something if the app detected an altbeacon with Pibeacon default UUID and the minor or id3 is 1?

I'm a newbie in android development and I am using altbeacon library and the reference app for altbeacons we also have a 2 Pibeacons....... the reference works fine and able to detect both beacons ...I want to do something if the app detected a…
0
votes
1 answer

Altbeacon Library sample doesn't seem to work in the Background

I have used the basic sample application provided by Altbeacon (Radio Network) on the Github repo. Everything seems to work for my iBeacon right from Monitoring to the Ranging but only in Foreground I have done these following steps to get it…
Anuj
  • 2,065
  • 22
  • 23
0
votes
1 answer

AndroidProximityLibrary receiving beacon information rate

I am using the `AndroidProximityLibrary' for a project where i'm measuring the distance to the beacon and when it reaches / passes a certain distance it will do something. Everything is working fine except the distances i'm receiving from the…
FOliveira
  • 558
  • 4
  • 9
0
votes
1 answer

How to get beacon receive new configuration

I have the estimate beacon and I can change uuid from their iOS app but from what i read beacon use BLE tec. and it made to send only advertisement data so how does it receive the new configuration. thanks
0
votes
1 answer

Multiple iBeacons with Android and iBeacon-Library from Radius Networks

I am trying to monitoring a particular region with a specific UUID, and any major/minor. So, I create a monitor with a region having my UUID, and both major and minor being null. Now, I switch on a beacon, I get the Entry event. But after that, if…
0
votes
1 answer

Does ibeacon require a calibration phase?

I'd like to know if iBeacons require a calibration phase (i.e, like Wi-Fi fingerprinting). When trying to measure location based on Wi-Fi signal strength there's a need to do an arbitrary prior scan at the location you want to map. I'd like to know…
Eduardo Briguenti Vieira
  • 4,351
  • 3
  • 37
  • 49
0
votes
1 answer

Android iBeacon Library - How to bind IBeaconManager to service in remote process

I'm using RadiusNetworks Android iBeacon Library and I'd like to have my iBeacon ranging done in a background process, then it will broadcast beacon info to my application. I try to bind the iBeaconManager to the service running on the separate…
lundhjem
  • 608
  • 6
  • 12
0
votes
1 answer

Android beacon Monitoring while Ranging

In continuation with my previous question asked here, I am no longer following the approach of creating single Region for all beacons. Now i am creating Regions at run-time. I did ranging first. Below is code that i am trying to implement. public…
0
votes
1 answer

When using Radius Networks Android IBeacon library in android.app.Service, it didn't work

I am using Radius Networks Android IBeacon library. But when I try to use it in service ,it didn't work, just like the problem in this page: https://stackoverflow.com/questions/22439299/ranging-ibeacons-in-service-thread#. I can get a good…
0
votes
1 answer

Android IBeacon Library: How to not directly use an activity

The premise is I am writing a library that in itself uses and implements the IBeacon SDK. My code has to implement that SDK, does things and if someone uses my library they dont have to interact with this SDK at all, so I'm making a higher level…
Opcode
  • 157
  • 6
0
votes
1 answer

Get iBeacon UUID Radius Network Library

I've downloaded the non pro version of the Radius Networks iBeacon Android Library and I have run the sample code from their site here and all works well. However, rather than creating a new region, I want to be able to get the ibeacon data --…
DJ-DOO
  • 4,545
  • 15
  • 58
  • 98
0
votes
1 answer

Cannot bind to Radius Networks Android IBeacon service

So, I have just build and demonstrated the free Radius Networks IBeacon Android library. Working perfectly for me. I have just ported over the code to my own app and updated the followinG: Updated Manifest to specify BLUETOOTH & BLUETOOTH_ADMIN…
jim
  • 8,670
  • 15
  • 78
  • 149
0
votes
1 answer

IBeacon Android not recognising beacon

I have mac and I've gotten macbeacon for it. I have downloaded the free IBeacon for Android library and I am trying to write a basic activity that displays a toast once in range but it's not working...here is what I've done: import…
DJ-DOO
  • 4,545
  • 15
  • 58
  • 98
0
votes
1 answer

IBeacon getting warning Implcit intents are not safe on callback of MonitorNotifier

I am using Android 4.4 and getting a warning message in the callback of Monitoring when a beacon with specified region is found. code I am using for monitoring is @Override public void onIBeaconServiceConnect() { …
Dheeresh
  • 143
  • 2
  • 8
1 2 3
19
20