Gridview with button to add photo

345 Views Asked by At

in my app i've to make a GridView for displaying some photos.

I need a button in the GridView to add a new photo to the same gridvew, like in this example:

example gridview

Is this possible? and how?

Thanks.

1

There are 1 best solutions below

4
On BEST ANSWER

Yes its possible.

You have to add One Row item at last position in your data list (ArrayList or HashMap) and check for the last item in your customize adapter.