I\'m using the support RecyclerView in my app, and I see the most bizarre thing. It doesn\'t display any items until I touch to scroll. Then, all of a sudden, the RecyclerView p
i'm also suffering from same issue for 2 days now its done after add this line.
adapter.notifyDataSetChanged() //after notify adapter add this one mRecyclerView.smoothScrollToPosition(list.size-1)