I found this Android Beacon Library in the net, and i found it quite good. But I want to integrate the open source project in my app with some modification in the code so as to display the alert on beacon detection and some other scenarios. Actually i am new bee to android, so if anyone can help me out how to integrate the modified code in the app? Thanks in advance.
While it is certainly possible to modify the code of the Android iBeacon Library, it is not necessary to make any modifications "so as to display the alert on beacon detection" because this ability is present out of the box. Making modifications to a library and then using it in a custom project is also a pretty big hill to climb for somebody new to Android development. Before attempting to do this all at once I would first do the following in order:
./gradlew release
Once you have done all of the above, you can try making modifications to the library source code and getting these modifications to work in your project.
EDIT: The library mentioned above has been replaced by the Android Beacon Library with a reference app here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With