Component - Why dynamic lists display data efficiently
This UI component shows a dynamic list that efficiently displays many items by reusing views as you scroll. It helps apps run smoothly without using too much memory.
This UI component shows a dynamic list that efficiently displays many items by reusing views as you scroll. It helps apps run smoothly without using too much memory.
RecyclerView
└── Adapter
├── ViewHolder (Item View)
├── ViewHolder (Item View)
└── ...