Skip to content

Commit 61cf369

Browse files
authored
Update README
For missing description for RecyclerView
1 parent 99a4b66 commit 61cf369

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ if (lp instanceof FlexboxLayoutManager.LayoutParams) {
9292
```
9393

9494
The advantage of using `FlexboxLayoutManager` is that it recycles the views that go off the screen
95-
for reuse for the views that are appearing as the user scrolls instead of inflating every individual view.
95+
for reuse for the views that are appearing as the user scrolls instead of inflating every individual view,
96+
which consumes much less memory especially when the number of items contained in the Flexbox container is large.
97+
98+
![FlexboxLayoutManager in action](/assets/flexbox-layoutmanager.gif)
99+
96100

97101
## Supported attributes / features comparison
98102
Due to some characteristics of `RecyclerView`, some Flexbox attributes are not available/not implemented

0 commit comments

Comments
 (0)