File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,11 @@ if (lp instanceof FlexboxLayoutManager.LayoutParams) {
9292```
9393
9494The 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
98102Due to some characteristics of ` RecyclerView ` , some Flexbox attributes are not available/not implemented
You can’t perform that action at this time.
0 commit comments