A simple Android sample displaying list of items.
- Each row has text and a checkbox that when selected, changes the highlight color of all elements.
- Utilizes RecyclerView
- Has custom bounce effect on scroll
Android sample displaying list of items with checkbox that highlights entire row when selected
JavaMIT