
RecyclerView
The RecyclerView widget is a more advanced and
flexible version of ListView . This widget is a container for
displaying large data sets that can be scrolled very efficiently by
maintaining a limited number of views.
Will see simple example how to display country name and population using RecyclerView.
1. For recyclerview we need to add support library inside the
build.gradla(module:app),and then Syc project.
compile...