NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.07k stars 461 forks source link

Rewrite the app in Kotlin #60

Closed devabacus closed 3 years ago

devabacus commented 5 years ago

Do you have any plan to transfer your code into very popular kotlin language?

philips77 commented 5 years ago

Yes, eventually. But right now we are busy with other tasks :(

devabacus commented 5 years ago

Can I meet some problems if I'm gonna write app on kotlin using your libs written on java (ble,scanner,dfu,log)?

philips77 commented 5 years ago

Everything should work with kotlin. If you find any problems (like a null in non-null method, etc) please tell us.