Recommendation for best stack for new mobile app project

We have a Nordic 52840 based product which today we support with a custom gateway hardware.  Now we want to write mobile apps (Android and IOS) to talk to this directly.

We are wondering if the older Xcode and Java projects written for Thingy:52 is still a good place to start?

We are concerned if we start there, it will be outdated before release due to ongoing development like Kotlin BLE library (but on the other hand the v2 Kotlin library says not ready for production yet).

What is the best starting point for new project today?

Thanks,

Jacob

Parents Reply
  • Hello,
    Comparing to the Java Android BLE Library, the main improvements are:
    * Kotlin implementation
    * Making it ready for Kotlin Multiplatform
    * Testability, option to mock Bluetooth LE devices with the same app-facing API
    * Waaaay easier maintenance and option for future improvements (improved code structure)

    Kotlin lib v1 was an experiment that we learned what we actually need. I believe that v2 has more readable API. Change of the API led to v2.

Children
No Data
Related