Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T13:26:35.000Z (17 days ago)
- Last Synced: 2024-10-31T14:29:10.509Z (17 days 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)