parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 734 forks source link

RxJava 3 support #1047

Closed Jawnnypoo closed 4 years ago

Jawnnypoo commented 4 years ago

This adds a module which adds extension methods to transform Tasks into RxJava types (Single and Completable). This allows for those who are familiar with RxJava and not Bolts to use Parse effectively. It is presented as a Kotlin extension, but can be called from Java as well. See the README for more info.

Jawnnypoo commented 4 years ago

Some background: I have used these extensions in production apps before, they should be safe to merge for those who are interested in them. Let me know what you all think!