I am trying to dynamically create and then move an image in an Android activity. However, the setX() and setY() methods seem to not work correctly. It correctly sets the pos
Is your activity in full screen mode? If no try to make it to full screen and it should solve your problem.