I am currently working on an Android App that needs several surface views in one screen and those surfaceviews are overlapping.
Right now I have two active overlapping surfaceviews, one connected to Camera and the other connected to MediaPlayer, it works most of the time but not stable, e.g. one of the surfaceview not show up sometimes.
I saw a thread from 2009(http://groups.google.com/group/android-developers/browse_thread/thread/08e7df2e96a7973d) that says overlapping surfaceviews are not supported in Android, is this still the case now? Anyone can share experience on this?
Comments are highly appreciated.