Displaying data in a RecyclerView
问题 I have this working perfectly with a ListView, but decided to update my code to use RecyclerView. I see there is no default implementation, and the responses to similar questions are quite old. Is using a sort of cursor the best way to go, or is there a better option? These are my code snippets for a working RecyclerView with hard-coded values: MainActivity recyclerView = (RecyclerView)findViewById(R.id.recycler_view); mLayoutmanager = new LinearLayoutManager(this); recyclerView