An open API service indexing awesome lists of open source software.

https://github.com/hankli0130/staggeredgridlayoutmanagerdemo

StaggeredGridLayoutManager demo with AndroidX using Kotlin
https://github.com/hankli0130/staggeredgridlayoutmanagerdemo

android androidx kotlin layoutmanager recyclerview

Last synced: about 1 month ago
JSON representation

StaggeredGridLayoutManager demo with AndroidX using Kotlin

Awesome Lists containing this project

README

          

# StaggeredGridLayoutManager 範例

此專案使用 AndroidX 套件

[Migrating to AndroidX](https://developer.android.com/jetpack/androidx/migrate)

## 瀑布流效果

![效果圖](https://github.com/HankLi0130/StaggeredGridLayoutManagerDemo/blob/master/Screenshot_1540799265.png)

## 參考資料
- [mistrydarshan99/StaggeredGridLayoutManager-Example](https://github.com/mistrydarshan99/StaggeredGridLayoutManager-Example)
- [RecyclerView 知识梳理(3) - LayoutManager](https://www.jianshu.com/p/1cfca4d34402)