https://github.com/ngapp-dev/expandablelazyitems
The application shows an example of how to implement expandable Lazy List with items, sorted by some category , at the same time, keep the benefits of lazy loading and not lose performance. LazyList item when clicked, an element is expanded and a list of more elements designated by key is added.
https://github.com/ngapp-dev/expandablelazyitems
Last synced: 30 days ago
JSON representation
The application shows an example of how to implement expandable Lazy List with items, sorted by some category , at the same time, keep the benefits of lazy loading and not lose performance. LazyList item when clicked, an element is expanded and a list of more elements designated by key is added.
- Host: GitHub
- URL: https://github.com/ngapp-dev/expandablelazyitems
- Owner: ngapp-dev
- Created: 2024-01-17T11:45:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T13:26:35.000Z (over 1 year ago)
- Last Synced: 2025-07-27T21:01:40.477Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expandable Lazy Items
The application shows an example of how to implement expandable Lazy List with items, sorted by some category , at the same time, keep the benefits of lazy loading and not lose performance. LazyList item when clicked, an element is expanded and a list of more elements designated by key is added.
## About
### Functionality
- Expandable Lazy Items
- Lazy Grid
### UI
- [Material 3](https://m3.material.io/develop/android)