提交 61cf3698 编写于 作者: T Takeshi Hagikura 提交者: GitHub

Update README

For missing description for RecyclerView
上级 99a4b664
...@@ -92,7 +92,11 @@ if (lp instanceof FlexboxLayoutManager.LayoutParams) { ...@@ -92,7 +92,11 @@ if (lp instanceof FlexboxLayoutManager.LayoutParams) {
``` ```
The advantage of using `FlexboxLayoutManager` is that it recycles the views that go off the screen The advantage of using `FlexboxLayoutManager` is that it recycles the views that go off the screen
for reuse for the views that are appearing as the user scrolls instead of inflating every individual view. for reuse for the views that are appearing as the user scrolls instead of inflating every individual view,
which consumes much less memory especially when the number of items contained in the Flexbox container is large.
![FlexboxLayoutManager in action](/assets/flexbox-layoutmanager.gif)
## Supported attributes / features comparison ## Supported attributes / features comparison
Due to some characteristics of `RecyclerView`, some Flexbox attributes are not available/not implemented Due to some characteristics of `RecyclerView`, some Flexbox attributes are not available/not implemented
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册