SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As …
android surfaceview android-maps android-maps-v2 mapfragmentI want to set a background color to the surface view to my camera surface view. I am using this …
android surfaceviewMy application offers only Portrait mode. In a portrait activity I have a fullscreen VideoView. What I want to do …
android surfaceview android-videoviewPlease let me know if I'm going about this totally the wrong way, but if I explain the problem I …
android surfaceview custom-viewI have a drawing app that takes about 2-5 seconds to load the drawing for complicated drawings (done via an …
android surfaceview android-canvasMy project is based on surfaceView and up until now I've had all of my rendering in onDraw which I …
android draw surfaceview ondrawI'm trying to work with 3 SurfaceViews on one screen, one on top half (BoardView), one on bottom half (StatusView), and …
android surfaceview ondrawI'm new at java and OpenGL. I'm trying to get a camera preview screen with the ability to display 3d …
android surfaceviewCan anyone tell me what the basic difference is between SurfaceView and GLSurfaceView? When should I use SurfaceView, and when …
android opengl-es surfaceviewI have an app that I want to be able to capture a screenshot Here is my code : public class …
android screenshot surfaceview