Good afternoon, can anyone refer me to an article ...
# announcements
l
Good afternoon, can anyone refer me to an article whereby I can learn how to use realm + rxjava + kotlin. I am still new in kotlin any help will be appreciated.
g
The same way as with Java, Realm has also some additional support of Kotlin https://realm.io/blog/realm-4-3-0-released-w-first-class-support-for-kotlin/
also there is a set of helpers for RxJava: https://github.com/ReactiveX/RxKotlin But it’s not necessary to use it, you always can use pure Java API