RecyclerView caching related
RecyclerView basic structure RecyclerView: list container LayoutManager: layout manager Recycler: manages the creation, recycling, and reuse of list items Adapter: used for creation and data binding of list items ViewHodler:…