Louis CAD
Louis CAD
Can you spot the error in the snippet below? ``` add(::verticalLayout, lParams(width = matchParent) { val inputLParams = lParams(width = matchParent) add(firstNameInput, inputLParams) add(lastNameInput, inputLParams) add(emailInput, inputLParams) add(mobilePhoneNumberInput, inputLParams) })...
We have [BleGattCoroutines](https://github.com/Beepiz/BleGattCoroutines) to showcase along with any apps depending on it.
### The problem Hello, the Kotlin logo is outdated: colors changed to red and purple (or just purple). I'll let you find the right image on the web, but feel...
`GattConnection` is not the ideal name for 3 reasons: - `Bluetooth` or `Ble` is missing from its name, while it's exclusively for Bluetooth General ATTribute. - There's "Connection" in the...
This library can be inspiring: https://github.com/Reedyuk/blue-falcon as it uses Apple's CoreBluetooth API with Kotlin/Native. This can help understanding how the API can be used, which is needed to provide a...
The [Eddystone-URL Configuration Service](https://github.com/google/eddystone/blob/master/eddystone-url/docs/config-service-spec.md) used by the Beacon I got at Google I/O Extended 2016 could be used as a more complex example of how this library can be used.