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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -