How to draw a 2D arrow in android drawing view using canvas( looks like Skitch app drawing arrow ) -
i'm not experienced android canvas. have searched many websites , i'm not successful enough find samples 2d arrow. reference matches 2d arrow helpful me. need arrow in project drawing view when user chooses arrow draw.
android canvas has few draw methods drawline()
, drawrect()
, drawcircle()
use combination of these images create want. has method drawpath()
draws images feeding x,y coords. work don't suggest (https://developer.android.com/reference/android/graphics/canvas.html). working canvas complex , overlay want not suggest it. if possible rather use library https://github.com/iammert/materialintroview.