I am working on a game where the player can drag and drop things around the screen. I\'ve got a private method which allows me to simulate a drag/drop event for any of the i
Can you try this, to ensure that simulateMovingImg is present
if (myLayout.indexOfChild() >= 0) { myLayout.removeView(simulateMovingImg); }