Top "Surfaceview" questions

SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.

Moving MapFragment (SurfaceView) causes black background flickering

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 mapfragment
Set Background color of Surface View

I want to set a background color to the surface view to my camera surface view. I am using this …

android surfaceview
Rotating an android VideoView

My application offers only Portrait mode. In a portrait activity I have a fullscreen VideoView. What I want to do …

android surfaceview android-videoview
How to set size of custom surfaceview

Please let me know if I'm going about this totally the wrong way, but if I explain the problem I …

android surfaceview custom-view
SurfaceView flashes black on load

I have a drawing app that takes about 2-5 seconds to load the drawing for complicated drawings (done via an …

android surfaceview android-canvas
Override onDraw() or draw()?

My project is based on surfaceView and up until now I've had all of my rendering in onDraw which I …

android draw surfaceview ondraw
Android Multiple SurfaceViews

I'm trying to work with 3 SurfaceViews on one screen, one on top half (BoardView), one on bottom half (StatusView), and …

android surfaceview ondraw
surfaceview + glsurfaceview + framelayout

I'm new at java and OpenGL. I'm trying to get a camera preview screen with the ability to display 3d …

android surfaceview
Difference between SurfaceView and GLSurfaceView in Android

Can anyone tell me what the basic difference is between SurfaceView and GLSurfaceView? When should I use SurfaceView, and when …

android opengl-es surfaceview
how to create and save a screenshot from a surfaceview?

I have an app that I want to be able to capture a screenshot Here is my code : public class …

android screenshot surfaceview