miband-android icon indicating copy to clipboard operation
miband-android copied to clipboard

Unofficial SDK for Xiaomi Mi Band

Results 16 miband-android issues
Sort by recently updated
recently updated
newest added

how to use auth pair token with this sdk on mi band 4 ?

Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.3. Changelog Sourced from butterknife-compiler's changelog. Version 10.2.3 (2020-08-12) Heads up: Development on this tool is winding down as view binding is stable in AS/AGP...

dependencies

Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.3. Changelog Sourced from butterknife's changelog. Version 10.2.3 (2020-08-12) Heads up: Development on this tool is winding down as view binding is stable in AS/AGP...

dependencies

``` override fun onCharacteristicChanged(gatt: BluetoothGatt, characteristic: BluetoothGattCharacteristic) { super.onCharacteristicChanged(gatt, characteristic) if (notifyListeners.containsKey(characteristic.uuid)) { notifyListeners[characteristic.uuid]?.invoke(characteristic.value) } } ``` In the above code , what does **notifyListeners[characteristic.uuid]?.invoke(characteristic.value)** do ?

When I click on the bracelet you found, the application closes by mistake and gives me the following error: java.lang.IllegalStateException: System services not available to Activities before onCreate()