RecyclerView | Android
Introduction RecyclerView is a ViewGroup that renders any adapter-based view in a similar way. RecyclerView is a more flexible pattern of view recycling than ListView and GridView. RecyclerView focuses only on recycling views. All the other actions needed to create a view, like how to present data set or inflate [...]