android frame over image positioning -
android frame over image positioning -
in application want have frame (with hole in middle) , set on image have captured photographic camera or taken image library.
i want show frame on top, , have user able move hand image position @ right place within frame , merge 2 images users sees .
any suggestions?
you can framelayouthttp://developer.android.com/reference/android/widget/framelayout.html in layout set imageview/surfaceview or ever, on top (as lastly frame) set mask in it.
to move mask, need implement gesture or hand , overwrite functions ontouch/ontouchintercept implement move functions.
android image image-processing frame drag
Comments
Post a Comment