RecyclerView Using GridLayoutManager With Example In Android Studio

In Android, RecyclerView is an advance and flexible version of ListView and GridView. It is a container used to display large amount of data sets that can be scrolled very efficiently by maintaining a limited number of views. RecyclerView was introduced in Material Design in API level 21 (Android 5.0 i.e Lollipop). Material Design brings lot … Continue reading RecyclerView Using GridLayoutManager With Example In Android Studio