xpg / GizwitsBLE

Android BLE SDK
Apache License 2.0
195 stars 89 forks source link

Update Readme #6

Closed crobertsbmw closed 8 years ago

crobertsbmw commented 8 years ago

It would be super helpful if you could update the README to include how to get started. Basic usage and some documentation would help a lot rather than letting people try reverse engineer the sample app.

crobertsbmw commented 8 years ago

Also adding install instructions would be helpful. I cloned the project but can't seem to figure out how to get it to run with android studio.

ax003d commented 8 years ago

This is basically an eclipse project. BleLibrary is the library project you can reuse in your own project. And BluetoothLeGatt is the example project use the BleLibrary. Will update readme soon.