Recyclerview fast scroll items disappear
问题 I am using GridLayoutManager with recyclerview, when i fast scroll down one item out of four visible grid items (bottom right ) is moved further down, I am using this tutorial to implement fast scroll and fast scroll indicator here 回答1: Guess i've found the solution. Looks like when the Recycled Views are attached to the Window again, their state is changed to Invisible (IDK why). All we have to do is make it visible again. Fortunately, RecyclerView.Adapter class has a method to handle when a