pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
229 stars 26 forks source link

Add methods for saving data returning RxJava Completable type #129

Open pwittchen opened 6 years ago

pwittchen commented 6 years ago

Add methods for saving data returning RxJava Completable type. This functionality was requested in #127.

It could be done by implementing put(...) and observe(...) methods under the hood. Observable type returned by observe(...) should be converted to Completable.

This functionality can be added to RxJava2 version only.