android - Ovelay image over loaded image in the touched position -


i need add picture on touched position in image or directly on camera preview.

how touch coordinates , set image in touched area?

and if want move added images?

what right way code stuff? there sample or tutorial?

event.getx() , event.gety() should give coordinates.

here more detailed answer on getting coordinates. get co-ordinates of touch event on android


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -