RxAndroidBle
RxAndroidBle copied to clipboard
Kotlin extensions for RxAndroidBLE
An idea came to my mind to introduce some handy Kotlin extensions to the library. Let us know if you have any good ideas, so we can discuss.
some handy Kotlin extensions
@uKL Do you mean Kotlin extension properties/functions? Or just convert some existing Java code into Kotlin?
I meant extensions.
Do you have any similar examples for that? I was thinking of a sort of like https://github.com/android/android-ktx/ and was wondering a port to https://kotlinlang.org/docs/reference/coroutines.html also belongs to scope of this issue.