recyclerview-playground icon indicating copy to clipboard operation
recyclerview-playground copied to clipboard

Refreshing data in RecyclerView and keeping its scroll position?

Open bravekingzhang opened this issue 5 years ago • 1 comments

// Save state
private Parcelable recyclerViewState;
recyclerViewState = recyclerView.getLayoutManager().onSaveInstanceState();

// Restore state
recyclerView.getLayoutManager().onRestoreInstanceState(recyclerViewState);

FixedGridLayoutManager onSaveInstanceState and onRestoreInstanceState does not implement

bravekingzhang avatar Nov 29 '18 04:11 bravekingzhang

could you please implement this feature? @devunwired

bravekingzhang avatar Nov 29 '18 04:11 bravekingzhang