Simple RecyclerView with Click Listener Example

Android RecyclerView is an improved version of ListView and GridView. It has the ability to display data horizontally, vertically as well as expandable. RecyclerView provides lots of features that gridview and listview do not have. In this section you will learn how to create a simple RecyclerView with custom adapter.

Continue reading “Simple RecyclerView with Click Listener Example”