I didn\'t google out a solution till now to replace listview in my project, because I need to use the cursor linked with the sqlite.
Old way as followed: listview.
listview.
The new RecyclerView works with a new RecyclerView.Adapter base class. So it doesn't work with the CursorAdapter.
RecyclerView
RecyclerView.Adapter
CursorAdapter
Currently there is no default implementation of RecyclerView.Adapter available.
May be with the official release, Google will add it.