android - Draw the line on Captured image -


i captured image camera want preview image , draw line finger on image zoom perfection in image. can provide example code or ideas.

you should canvas: http://developer.android.com/reference/android/graphics/canvas.html

and more drawline method (it's presented in link above)


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -