How to draw lines over ImageView on Android?

前端 未结 3 1035
执念已碎
执念已碎 2020-12-10 17:37

I am trying to develop a simple map application, which will display a map in the screen.

When the user moves the cursor on screen, I want to display 2 perpendicular

3条回答
  •  一向
    一向 (楼主)
    2020-12-10 17:42

    Error you are getting because you are trying to casting ImageView object to MyImageView object.

提交回复
热议问题