Pinterest like Grid in Android

前端 未结 3 974
臣服心动
臣服心动 2021-01-31 22:51

I want to build a grid like the one in Pinterest app on Android.

I started extending an AdapterView but I cannot make many things working

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 23:35

    I have solved this by copying and updating Android's StaggeredGridView. https://github.com/maurycyw/StaggeredGridView . Seems to work great for creating the effect you are looking for. Before this I went down the rabbit hole of copying Android's source to a separate library (which I got working) until I saw the now experimental StaggeredGridView. It is much simpler than my old "BrickView" library project so I replaced it.

提交回复
热议问题