I have a "regular" implementation of StaggedGridLayoutManager . Is it possible to achieve independent column scrolling? For example, does the user touch and scroll the right column so that other columns do not move?
And even further: when scrolling the right column, other columns will also scroll synchronously, but slower? (This is similar to what was in the Expedia application once).
Thanks,
android android-recyclerview android-cardview
michael
source share