KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Decompose-LazyList
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
UiJuicer
:
Ui Juicer Godot Plugin
reimagined-guacamole
:
No description available.
vxbot
:
配合Gewechat框架开发。 对消息捕获并进行处理。已接入chatgpt
ui-marker
:
An amazing 3draw replacment for fivem
MedVKAN
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Decompose-LazyList
?
Download (.md)
## Decompose LazyList Using [Decompose](https://github.com/arkivanov/Decompose) with compose LazyList Visual logic of the list item lifecycle <img src="documentation/img.png" alt="drawing" height="400"/> The index of an item between the first visible item inclusive and the last visible item inclusive is `Status.RESUMED`, the item before the first visible item and after the last visible item is `Status.STARTED`, the two items after `Status.STARTED` have the status `Status.CREATED`, and the rest have the status `Status.DESTROYED`. If no element is visible, the first element in the list will be in the `Status.CREATED` status. 