Is there a way to set the animation on a GLSurfaceView to fade from fully Opaque to 0 alpha transparency? 开发者_StackOverflowI have the following code which does nothing:
It\'s the first time I\'m using this so I\'m not sure whether its a bug in my code or I\'m trying to do something thats not allowed.
I try to show a VideoView on top of a SurfaceView. But it isn\'t visible but reacts on clicks (MediaController appears and the sound plays). The video seems to be played behind the SurfaceView so I al
Hello all i want to make my DrawingSurface view transparent. i tried many thing but it\'s not working.
I have surfaceView class that is modeled after this, I populated it with 6 bitmaps. Is there a way to wrap the surfaceView around the bitmaps, instead of it covering the entire screen.
I am working on a 2d tutorial and was able to test my current tutorial part on a Samsung Galaxy Tab. The tutorial simply moves the default icon randomly over the screen. With a tap I create a new mov
I need a sample tutorial for 开发者_开发技巧the android SurfaceView, or sample code using it that can be shared. The API demos are difficult for me to understand. Does anyone have alternatives?This co
for a SurfaceView which I made it from code, I could override onDraw(). But how to override that onDraw() from a SurfaceView which is defined in a layout XML? is there any way to access the dra开发者_
So I was following along with a 2D graphics tutorial (those interested, its the one @ http://droidnova.com/), and I got to a point where I\'ve been experiencing constant crashes in my onTouchEvent() c
Hello i have a surfaceview and a videview in a framlayout. if i start the video in oncreate, i see all perfectly, the video playing while the camera plays in background.