SAndroidEOfficial / framework

SAndroidE - Sensors for Android Embedded. A free framework allowing external devices to be easily managed in Android
http://es3.unibs.it/SAndroidE
Other
7 stars 1 forks source link

Integrate the support apps (BLEFlasher) in the library #21

Open bgkerion opened 7 years ago

bgkerion commented 7 years ago

Actually, all the automatic generation of the XML files from the detected hardware has been provided by a couple of support application: the BLEFlasher and the Beacon_config apps. These apps should be installed alongside of the user app to provide the automation capabilities.

All the activities of the support apps must be integrated in the library to allow programmers to use them inside their application.

giowild commented 7 years ago

In Beta0.4 release, beacon config has been converted to an activity, which needs to be included and launched from the user application.

However the BLEFlasher still remains as app: it needs should be served by java class files in the jar library instead, as already done with beacons.

Eventually these two features (flasher and beacons) may then be easily included in a unique SandroidE app, if community still prefer them to be provided by a unique separated SandroidE app