Android: How to create a Facebook like images gallery grid?

前端 未结 2 1182
北恋
北恋 2020-12-29 17:09

I\'m trying to implement a facebook like, gallery grid, where items have different sizes:

I was trying to use different libraries/solutions but for now with

2条回答
  •  再見小時候
    2020-12-29 17:30

    You can use recyclerview with StaggeredGridLayoutManager to accomplish this. StaggeredGridLAyoutManager already handles this, also u can use setFullSpan for a image to use a whole row

提交回复
热议问题