I\'m trying to create an app that can move an ImageView on your device like dragging and when I put like 75% of the ImageView out of the screen show a
ImageView
The framework has a class called View.OnDragListener. See the Drag & Drop tutorial.
See also additionally the DraggablePanel project if you want to study how this can be done.