How to implement Image Gallery in Gridview in android?

前端 未结 5 482
青春惊慌失措
青春惊慌失措 2020-11-28 10:22

I have a requirement in that I want to implement an image gallery with a GridView. I tried using Hello gallery on the Android developer website. But the GridView doesn\'t wo

5条回答
  •  醉话见心
    2020-11-28 10:54

    This tutorial Hello Grid View provide a good basic example on creating Image Gallery with gridview, but the image are from drawable resource, you need to expand it as your requirement need.

提交回复
热议问题