I know that RecyclerView has replaced the functionality of the old ListView and GridView. I am looking for a very basic example that s
RecyclerView
ListView
GridView
Set in RecyclerView initialization
recyclerView.setLayoutManager(new GridLayoutManager(this, 4));