Does GridView automatically recycle views?

I have a blank GridViewone where I use Drag and Drop to add some images, but I have one connected with it because it eliminates or puts the images in the wrong places if the keyboard is called up or I scroll through the GridView.

For instance:

This is empty GridView. I cannot insert an image or do not know how to do it. So I will try to do it like this

[  ][  ][  ][  ][  ]
[  ][  ][  ][  ][  ]
[  ][  ][  ][  ][  ]
[  ][  ][  ][  ][  ]

Then I use Drag and Drop and I add some photos (Numbers are pics)

[ 1][  ][  ][ 4][  ]
[  ][  ][  ][  ][  ]
[  ][  ][ 2][  ][ 5]
[  ][ 3][  ][  ][  ]

, , xml EditText, , , , GridView - , .

[  ][  ][  ][  ][  ]
[ 2][  ][ 3][  ][  ]
[  ][  ][  ][ 4][  ]
[ 1][ 5][  ][  ][  ]

, . , .

+3
1

, ​​ fill_parent.

0

All Articles