[android-developers] MediaPlayer sound heard, screen blank hardware accelerated

2011-11-18 Thread New Developer
Hi all, No matter if I build the surfaceView dynamically or through a layout.xml because I have hardwareAccerlerated=true in my manifest I get a black window and hear the audio of the video when played video_view = new SurfaceView(ctx); screen.addView(video_view, new

Re: [android-developers] MediaPlayer sound heard, screen blank hardware accelerated

2011-11-18 Thread New Developer
An update If I click on a spinner located on the screen, then the video suddenly appears behind the spinner drop down but when I close the spinner drop down the video disappears again not sure if this helps ? On 11/18/2011 09:31 AM, New Developer wrote: Hi all, No matter if I build the