Louis CAD

Results 141 issues of 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) })...

help wanted
lint

We have [BleGattCoroutines](https://github.com/Beepiz/BleGattCoroutines) to showcase along with any apps depending on it.

documentation

### 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...

Waiting for version 1.3.0 of kotlinx.coroutines.

New feature

`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...

help wanted

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...

New feature

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.

sample

This needs a cooperating GattServer.

help wanted