最佳答案
I'm migrating my ListViews to RecyclerViews. With listviews I used the common technique described here to store and restore scroll position between activities.
How to do the same with RecyclerViews? the RecyclerView.onSaveInstanceState()
seem to have protected
access, so can't be used directly.