Android: Is it possible to have two surfaceview on top of each other?
My idea is to have two surfaceViews. One surfaceView which will hold an
image (say ImageSurgaceView) and second surface that lie on top of the
first one which holds the annotations (say AnnotationSurfaceView) like
circle, rectangle etc. Now I have to map these surface views such that the
height, width are same and moreover, both the surface view should move on
drag i.e share the touch events. To be precise, when I move the image up
the annotations should also move up.
Now, I am not sure if this is possible in android. Can any one tell or
share some info on this. I don't have any implementation idea to this and
hence I don't have any specific code. Moreover, I couldn't find anything
similar.
Thanks for helping.
No comments:
Post a Comment