How to draw a Line in ImageView on Android?

前端 未结 4 1663
無奈伤痛
無奈伤痛 2020-12-05 15:50

I\'d Like to know how to draw a Line on ImageView as user swipe their finger ?

Could any body explain this ? Or perhaps any Link to get start on this.

4条回答
  •  無奈伤痛
    2020-12-05 16:55

    Take a look at the ApiDemos sample FingerPaint.

    By using this you can draw line on ImageView by touching on the screen.

提交回复
热议问题