I use the code below to display an image in the screen.
ImageView img = (ImageView) findViewById(R.id.imageView1);
img.setImageResource(R.drawable.car);
I want to let the user, to reposition it by finger to any place. which one I can use?
setOnTouchListener
onDrag
This is when I have two cars. and the background is another bitmap image.