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:
Is this possible? and how?
Thanks.
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:
Is this possible? and how?
Thanks.
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.