Top "Surfaceview" questions

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

Using surfaceView to capture a video

I have an Application in that I want to capture video using Surfaceview and stored it in my own created …

android video camera surfaceview
Playing video in a GLSurfaceView instead of SurfaceView

I've been struggling with this for 2 days now... Following this answer: https://stackoverflow.com/a/2006454/444324 - it is mentioned that …

android surfaceview glsurfaceview
Clear video frame from surfaceview on video complete

I have created a media player which plays video on the surface view. After completion of video the last frame …

android video media-player surfaceview
SurfaceView with camera preview is not destroyed

I have a Tab Activity with 2 tabs (activities). Each tab has a 3d Open GL scene drawn on top of …

android camera surfaceview preview destroy
Move an object on on a Bézier curve path

I want to move my image on a Bézier curve path from top to bottom but I can't get …

android graphics android-animation surfaceview bezier
SurfaceView shows black screen - Android

Basically I want to use SurfaceView for animation. Therefore the class implements Runnable. To experiment, I want to draw a …

android android-canvas surfaceview runnable
how to clear surface holder when media player is finished?

I made a video player with surfaceview and mediaplayer. i have 10 videos and 10 buttons. if click on each buttons, each …

android surfaceview
Android glSurfaceView with overlay using XML/Java

I started an Android OpenGL application and I have the following classes: class A extends Activity class B extends GlSurfaceView …

android button surfaceview glsurfaceview
Get screenshot of surfaceView in Android

In my application I have view with some buttons and SurfaceView. I must take screenshot of this view, but in …

android screenshot surfaceview screen-capture
Annoying lags/stutters in an android game

I just started with game development in android, and I'm working on a super simple game. The game is basically …

java android surfaceview game-loop flappy-bird-clone