From android developer (Creating Lists and Cards):
The RecyclerView widget is a more advanced and flexible version of ListView.
Major advantage :
ViewHolder is not available by default in ListView. We will be creating explicitly inside the getView(). RecyclerView has inbuilt Viewholder.
ViewHolder
ListView
getView()
RecyclerView
Viewholder