How could I set x,y coordination of an ImageView ?
The layout of application is AbsoluteLayout, I tried to call layout() but seems not working (the ImageView stay at 0,0) and setPadding() seems not a feasible solution because I need to do collision detection later.
Sorry, new to Android, thanks in advance.