java - Add image on SurfaceView in Android -


i have implement function in android app allow me insert "marker" on surfaceview.

what need simple: when touch on screen, function capture coordinates (x,y) of touch, in moment need show marker in position.

the marker can removed later doing tap on marker (and eliminate through menu)

what best way ?

is possible create programmatically imageview on surfaceview or better draw bitmap canvas?

you can try use tileview, link tileview

does asking


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -