Added build.xml and added the dist directory to gitignore

This commit is contained in:
Alexandros Schillings
2014-04-16 08:33:16 +01:00
parent fc69b6daa6
commit 7f0d5838eb
4 changed files with 46 additions and 2 deletions
+5 -1
View File
@@ -24,6 +24,10 @@ b. Create a Jar file (see Jarification below) and add it into your project.
Type `ant jar` at the root of the Library Project to produce a Jar file.
The library jar along with it's javadoc jar will be found in the `dist` directory inside the library project.
You will need to provide your own `local.properties` inside the library project.
## Using the Library
In the `onLeScan()` method of your `BluetoothAdapter.LeScanCallback()` create a new BluetoothLeDevice with the given information.
@@ -90,7 +94,7 @@ An IBeaconDevice extends BluetoothLeDevice, so you still have access to the same
* `getIBeaconData()`: Gets the raw IBeaconManufacturerData object.
* `getUUID()`: Gets the device's UUID
* `getMajor()`: Gets the device's Major value
* `getMinor()`: Gets the device's Major value
* `getMinor()`: Gets the device's Minor value
### Lookup Functions