2

I have created an android an android application to detect both iBeacon and Eddystone. I tried getting the entry and exit time events. I created two hashmaps with mac address as key and current time as value. I then used comparator to compare both hashmap objects. If key is present already, I marked that beacon as last seen beacon. It doesn't fire any entry and exit events. Is there any other logic that will let me to find the entry and exit event?

  • Can you please show the code? The technique you describe is similar to what the Android Beacon Library does to implement this functionality. – davidgyoung Oct 23 '15 at 13:09

1 Answers1

0

You have 2 types of input events:

[KeyboardView.OnKeyboardActionListener][1]
[Touch Events][2]
josedlujan
  • 5,357
  • 2
  • 27
  • 49