Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.


Collapsed state
Expanded state

## About

### Functionality
- Expandable Lazy Items
- Lazy Grid

### UI
- [Material 3](https://m3.material.io/develop/android)