Oleg Godovykh
Oleg Godovykh
As far as I've discovered, this behavior can be reproduced when using items that call repaint during scroll. Example: I have a list of pictures that are downloaded from internet....
@leeyc09 Can you please provide code sample? I've tested StaggeredGridLayoutManager with my fix against adapter loading placeholders from Internet, and it performed well.
@leohgz I don't think it worth to do — library looks pretty much abandoned, and I have no enough free time and will to maintain my own fork.
I've dig into library and found out that `ImageView` image loading causes `onLayoutChildren` to be called. This method has bug in it, which leads us to scroll to beginning of...
Depends on #8
Are there any plans to support (or wrap) different descendants of `java.nio.Buffer`?
@edvin I'll hope to work on it soon. I'm not experienced with Maven plugins at all, so I'd like to start with Gradle counterpart, and then work on Maven (or...
I think Android Emulator goes with id `com.apple.ViewBridgeAuxiliary`, and adding an override for it worked for me to disable tiling. I haven't experiment with explicit tiling though.
Both `initialState` and `onPropsChanged` are similar to the regular `action` minus emitting an output. Making both methods return `WorkflowAction` instead of `WorkflowState` will enable codebase unification (when initial state isn't...
One of usecases where it could be valuable is the case when the workflow is outputting some function of its state (extremely, workflow output is the same model as a...