flow icon indicating copy to clipboard operation
flow copied to clipboard

Name UI states, navigate between them, remember where you've been.

Results 36 flow issues
Sort by recently updated
recently updated
newest added

Hi guys, I'm facing a problem with `Flow(getView()).goBack()` method. This crash appears when I go to next screen and then press back button very fast (while animation is still in...

bug

They're pretty close to AS-generated projects, with default icons and no real styling. They could also use READMEs and a lot more comments.

Get a full review of the library before entering beta.

I'm using mortar+flow and I want to test some transition logic in a `Presenter`, so my first instinct was to mock the `Flow` class and `verify` `.goTo()` is called appropriately....

It's possible to redirect in a Dispatcher by essentially setting a history and completing the current traversal. This is non-obvious and requires implementing a Dispatcher to do it safely/correctly, which...

Publish a companion library to help with testing apps that use Flow. There are a number of ViewMatchers and an IdlingResource (at least) that should be collected into a small...