I have been trying to get a bitmap screenshot of a SurfaceView for days but the more I look into it, there doesn开发者_如何学Go\'t seem to be a solution at present for Android OS 2.3.4 based OSs my de
I have an app which shows two activities at the same time; Because my application using surfaceview but surfaceview never accept behind view.
I have used SurfaceView in my game. Right Now, I have created layout considering one device (320 x 480). The game layout looks nice and all functions are working properly. But when I see the same game
I am new in Android. I want to know Can we use more than one SurfaceViewin same Activity in android? If anybody knows then please tell me how?
I have been struggling with this issue since a long time.I am a newbie to android. I have done all the homework and gone through all the topics related to my issues but it did not help.
My gameloop class is extended from a SurfaceView. When I try to add a Button either programmaticly or thru XML it is not displayed - I have seen this question asked various times on the net but have f
I have this problem: i added two view instances in a framelayout. First view is a VideoView which plays in loop a video. Second view is placed above the videoview and is a surfaceview. The surfaceview
I am capturing an image using the following code public class PictureDemo extends Activity { private SurfaceView preview=null;
I\'d like to use cam开发者_运维知识库era\'s preview image as background image for a SurfaceView\'s canvas.
I want to create simple Android application which will draw circles in place where I touch the screen. It is working with View (slowly), but with SurfaceView not. The result is strange - when clicking