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?
setOnTouchListeneronDrag
This is when I have two cars. and the background is another bitmap image.
You can do so.
But its a bit complicated.
Have a look at this great tutorial:
http://blahti.wordpress.com/2011/01/17/moving-views-part-2/