Android Drag and drop images on the Screen?

后端 未结 5 1513
太阳男子
太阳男子 2020-11-27 19:36

I m working on project user to move the image in one position to Another position on the screen. I have written a sample code to move the image but the problem here is if I

5条回答
  •  旧时难觅i
    2020-11-27 19:56

    the reason is that: your screen upload action_move too lazily.

    in normal case , action move is uploading very frequently even if your finger don't move on the screen. but some phone screens are not so sensitive.

    you can modify the threshold of your phone. It needs kernel support.

提交回复
热议问题