Possible Duplicate:
Slide Unlocker ImageView ViewFlipper
I want to create a Slide Unlocker (just like on the iPhone)
I can´t use gestures for that, right? Because I should can change the position of the ImageView of the Unlocker permanently. The ImageView should "follow" my finger.
Do I have to use a simple onTouchListener on the ImageView?