In the previous post of this series, we enjoyed a full immersion trip about using BLE in a Kotlin Native in Multiplatform project. We integrated a BLE device by reading an exposed characteristic which sends notifications, and delivered the updates to the user every time the characteristic changed. Such scenario is challenging but not so … Continue reading A trip into Kotlin Native in Multiplatform Projects – Part 3 – An every day app
Tag: multiplatform
In the first part, we started discovering how powerful Kotlin Multiplatform is applied into the mobile app world. We explored the idea behind it, we discovered the concepts of expected and actual together with some problems that may occur, and we took as an example a basic Bluetooth Low Energy devices discovery library. But we … Continue reading A trip into Kotlin Native in Multiplatform Projects – Part 2 – The BLE Journey
We at MOLO17 are always looking for new technologies that can boost our productivity and allow us to deliver software at its best. Since 2017 we started adopting Kotlin with profit as main language for developing Android applications. After a huge project entirely written with JetBrains’ language, I personally started believing that this new technology … Continue reading A trip into Kotlin Native in Multiplatform projects – Part 1