RecyclerView is an advanced version of ListView and GridView. RecyclerView is more flexible and efficient than ListView and GridView . RecyclerView is a ViewGroup, which is used to display both vertical and horizontal scrolling list of elements based on large set of data items. RecyclerView is a widget of android support-v7 version.