Android - move an ImageView on screen (Like dragging)

前端 未结 6 1210
灰色年华
灰色年华 2021-02-05 15:34

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

6条回答
  •  情深已故
    2021-02-05 16:23

    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.

提交回复
热议问题