Just implemented RecyclerView in my code, replacing ListView.
RecyclerView
ListView
Everything works fine. The data is displayed.
But error messages are
Check if you have missed to call this method in your adapter
@Override public int getItemCount() { return list.size(); }