Category

Android RecyclerView
Whenever you want to display a large number of items in a scrollable list, most items are not visible. For example, in a long list of words or many news headlines, list of products from the ecommerce website the user only sees a small number of list items at a time. The RecyclerView class is...
Read More

Categories