Just implemented RecyclerView in my code, replacing ListView.
RecyclerView
ListView
Everything works fine. The data is displayed.
But error messages are
Just add the following to RecyclerView
app:layoutManager="android.support.v7.widget.LinearLayoutManager"
Example: