(Let me know if this is the wrong channel for this...
# android
a
(Let me know if this is the wrong channel for this question) - is there a generally agreed upon Kotlin rx extensions library for Android? Similar to, say,
RxCocoa
but for Android. I know of
RxAndroid
and
RxBindings
- both of which are fantastic libraries but not what I'm thinking of. I'm thinking more of like a collection of custom rx operators around commonly used components - a wrapped version of
LocationManager
and maybe
BroadcastManager
for example.