https://github.com/vaibhavmojidra/android-kotlin---demo-recyclerview
RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.
https://github.com/vaibhavmojidra/android-kotlin---demo-recyclerview
android android-kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 3 months ago
JSON representation
RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-kotlin---demo-recyclerview
- Owner: VaibhavMojidra
- Created: 2021-06-07T16:09:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T16:12:25.000Z (about 4 years ago)
- Last Synced: 2025-04-12T06:48:06.003Z (3 months ago)
- Topics: android, android-kotlin, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Kotlin
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Kotlin---Demo-RecyclerView

