Pinterest like custom GridView

后端 未结 4 1402
醉话见心
醉话见心 2021-02-07 16:31

I am new to android, and I am searching for a logic for grid view like pinterest(homescreen) app that has been build for i-phone. A large no. of images are coming from the serve

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 16:52

    Check: Staggered GridView

    The StaggeredGridView allows the user to create a GridView with uneven rows similar to how Pinterest looks. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.

提交回复
热议问题