removing RecyclerView items
问题 I have a RecyclerView which is adding items each certain period. When adding objects, if list items are more than (lets say) 500, then the first items will be removed and the new items will be added. If the RecyclerView cannot scroll down any more !recyclerView.canScrollVertically(1); then, after adding new items the RecyclerView will smoothScroolToPosition() to the last position. Where is the problem? Okay, if ReyclerView is at the middle (not bottom, not top) when removing old items, it