Simple way to animate your views on Android with Rx 🚀
-
Updated
Jan 19, 2020 - Kotlin
Add a description, image, and links to the rxkotlin-android topic page so that developers can more easily learn about it.
To associate your repository with the rxkotlin-android topic, visit your repo's landing page and select "manage topics."
In the comments for sink() method
/**
*/
fun sink(source: Observable
): Disposable {}
Instead of consumes the source ==>> it should be consumes the state that was returned by [source]....
Since [source] emits the Observable of type state here it ma