diff --git a/README.md b/README.md index c3cc456c7a8bb15d7c5c473d12829c6c06d4f20e..b9e6825ba92547123ea538b19f0807e9d8998941 100644 --- a/README.md +++ b/README.md @@ -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 -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 Due to some characteristics of `RecyclerView`, some Flexbox attributes are not available/not implemented