https://github.com/willowtreeapps/simplerecyclerviewdemo
A simple Android application demonstrating the RecyclerView/Adapter/ViewHolder pattern.
https://github.com/willowtreeapps/simplerecyclerviewdemo
Last synced: 10 months ago
JSON representation
A simple Android application demonstrating the RecyclerView/Adapter/ViewHolder pattern.
- Host: GitHub
- URL: https://github.com/willowtreeapps/simplerecyclerviewdemo
- Owner: willowtreeapps
- License: mit
- Created: 2016-09-30T22:04:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T23:54:52.000Z (over 5 years ago)
- Last Synced: 2024-04-14T23:17:21.556Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 26
- Watchers: 17
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleRecyclerViewDemo
A simple Android application demonstrating how to implement the RecyclerView/Adapter/ViewHolder pattern