


However, there are also new features about Android RecyclerView. However, the Android Lollipop introduces a new and faster way to represent list layouts, with the use of Android RecyclerView.Īndroid RecyclerView is an improved version of Android ListView and has many common things and ideas, such as the ViewHolder pattern, which is a pattern that is used to store references to the views for each RecyclerView item.

For years now, in Android, if you wanted to create an application that uses lists to display data, the most common, choice, would be the ListView solution.
