You might have had the problem where a RecyclerView loses the scroll position when your Activity/Fragment is re-created. This usually happens because the Adapter data is loaded asynchronously and data hasn’t loaded by the time RecyclerView needs to layout so it fails to restore the scroll position. Starting with 1.2.0-alpha02, RecyclerView offers a new API to let the Adapter block layout restorati