Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top