I'm a french student in ingineering and I am learning Android language by myself. My friends and I have to create an Android app which is based on iBeacon technology. I discovered the AltBeacon library few days ago and I found it awesome but I have some questions to ask on it.
Firstly, you must understand I am a novice in programming, and my questions will be idiots for you. But please I really need help ;)
Android provides a Bluetooth.LE Api and I understood that I can use the method startLeScan() to get a BluetoothDevice. But if I want to use the AltBeacon library which is the equivalent method who allow us to scan iBeacon devices and get an Beacon object?
Another question, If I use startLeScan() and get a BluetoothDevice, how can I transform it into Beacon in order to use AltBeacon methods ?
I am sorry for my english mistakes, I hope my questions will be understandable. Bye