mirror of
https://github.com/leaf-wai/StackLayoutManager.git
synced 2026-07-12 19:01:21 +08:00
Update README
This commit is contained in:
@@ -3,10 +3,12 @@
|
|||||||
|
|
||||||
Android library that provides A RecyclerView.LayoutManager implementation which provides functionality to show a group of stack view.
|
Android library that provides A RecyclerView.LayoutManager implementation which provides functionality to show a group of stack view.
|
||||||
|
|
||||||
Overview
|
|
||||||
--------
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
Overview
|
||||||
|
--------
|
||||||
|
|
||||||
**StackLayoutManager** provides the following advantages:
|
**StackLayoutManager** provides the following advantages:
|
||||||
|
|
||||||
* **High performance**: the bottom layer use the recyclerView recycle mechanism to allow you to display a large number of itemviews without OOM.
|
* **High performance**: the bottom layer use the recyclerView recycle mechanism to allow you to display a large number of itemviews without OOM.
|
||||||
@@ -105,6 +107,5 @@ You can clone or download this project to your computer and install **sample** a
|
|||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
MIT License
|
MIT License
|
||||||
See [MIT License][License] website.
|
See [MIT License](LICENSE)
|
||||||
|
|
||||||
[License]: https://www.mit-license.org
|
|
||||||
|
|||||||
Reference in New Issue
Block a user