News

Context. Android developers that developed Android apps using Java 6 for a long time got introduced to Kotlin as a new programming language in 2017. Kotlin contains many features that make it a ...
Android developers have already adopted Kotlin as their preferred language. Kotlin is more well-accepted than Java because of its simplicity, readability, and new features like scope functions, ...
Team BLERN, an internal learning team, was formed to develop a mobile application with the ability to communicate with Bluetooth Low Energy (BLE) health devices. Specifically, we were tasked with ...
Client writes data to characteristics Device reads the request data Device writes the response data to characteristics Scenario breaks when the Client tries to write the data to characteristics. The ...
Features Clear and easy to use, for all of BLE communications you just need an OKBLEDevice. OKBLE use a queue to manager BLE operation, you can read/write/notify/indicate every where and every time, ...