roxie icon indicating copy to clipboard operation
roxie copied to clipboard

Lightweight Android library for building reactive apps.

Results 6 roxie issues
Sort by recently updated
recently updated
newest added

Updated the code to create rxjava2 version and coroutines version Both can be used in the same project(check sample) I didn't check unit tests, but the sample works. May need...

Converted existing RxJava architecture to it's (hopefully) equivalent functionality using kotlin flows.

As I understand, under the hood is used RXJava, are you planning to add the ability to use coroutines?

Roxie is built using RxJava2 and RxJava3 is in the works. Things to think about: - The operators that we currently use, are they still available? Do their behavior change?...

Here is a scenario: Your screen supports rotation. A particular `Action` can generate an error which should display a `Snackbar`. How do we deal with it? Emit the error `State`...

discussion

Hey there, I've been reading the wiki to figure out if this library is right for me. I like the idea of mapping actions into changes and having the UI...

question