I have a empty GridView where I use Drag and Drop to add some images, but I'm having truble with it, because its eliminating or placing the images in wrong places if the keyboard is called or I scroll the GridView.
For example:
This is the empty GridView. I can't insert image, or don't know how to. So I will try to do it like this
[ ][ ][ ][ ][ ]
[ ][ ][ ][ ][ ]
[ ][ ][ ][ ][ ]
[ ][ ][ ][ ][ ]
Then I use Drag and Drop and I add some pics (Numbers are pics)
[ 1][ ][ ][ 4][ ]
[ ][ ][ ][ ][ ]
[ ][ ][ 2][ ][ 5]
[ ][ 3][ ][ ][ ]
Then I click a button to add a integer so I call other class with other xml having an EditText and if I click it to write the integer the keyboard will popup and the GridView will then do something like this when I get back to it.
[ ][ ][ ][ ][ ]
[ 2][ ][ 3][ ][ ]
[ ][ ][ ][ 4][ ]
[ 1][ 5][ ][ ][ ]
Same if I scroll it. I hope I have been clear.