Refreshing data in RecyclerView and keeping its scroll position?
Opened this issue · 1 comments
bravekingzhang commented
// Save state
private Parcelable recyclerViewState;
recyclerViewState = recyclerView.getLayoutManager().onSaveInstanceState();
// Restore state
recyclerView.getLayoutManager().onRestoreInstanceState(recyclerViewState);
FixedGridLayoutManager onSaveInstanceState and onRestoreInstanceState does not implement
bravekingzhang commented
could you please implement this feature? @devunwired