This library uses the power of RxJava to wrap an Observable
android Activity#onActivityResult()
method so you can easily request something from other activities and have the result right there in your observabale's subscribe()
method.
Main Benefits
- Don't Break The Chain: Prevents you to split your code between the permission request and the result handling. Currently without this library you have to request in one place and handle the result in
Activity#onActivityResult()
. - Reactive: All what RX provides about transformation, filter, chaining...
from The Android Arsenal
No comments:
Post a Comment