Hi everybody,
I am relatively new to this whole android thing, so any kind of help is very much appreciated.
My problem is: I have a camera-surfaceview, which brings me my live camerastream on the display. Now i like to add some dynamic content on top of it. I was thinking about having another SurfaceView and show the content in a Canvas. Unfortunatelly the one SurfaceView always overrides the other one, meaning I only can see the first one which is added to my View.
Is there any possibility two show both Views at the same time, or setting the second SurfaceView to be transparent?
Thanks a lot in advance
Regards

