RecyclerView, StaggeredGridLayoutManager Refresh Bug
问题 I used support library v7-21 and the RecyclerView isn't showing correctly. GridLayoutManager and LinearLayoutManager is Ok. Problem only occurs when in StaggeredGridLayoutManager I Load my DataSet and then refresh the data. Data refresh is working fine but the RecyclerView 's view exist out of the screen. does anyone knows how to fix it? 回答1: Updated 2015-01-04 (at bottom) I have an example project to demonstrate this at https://github.com/dbleicher/recyclerview-grid-quickreturn . But here