Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top