we are trying to crate a Mobile First Hybrid applicaiton which can detect beacons on basis of UUID.
Mobile First Native Application for Beacons already available in IBM sample applicaitons.
To achieve same in hybrid application we created one HTTP adapter which returned all registered beacons Information on Mobile First server and we used android beacon library
https://altbeacon.github.io/android-beacon-library/samples.html
and configured in my Hybrid android project, Now My android application is able to detect beacons in region in specified Beacon region.
Now my problem is
Is above mentioned approch is correct or some one can tell me better approch?
"didEnterRegion" event occure again and again for same beacon, how can i manage with Enter and Exit Region of Beacon?
Is there any working sample application for Beacons Mobile first Hybrid application?