Top "Surfaceview" questions

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

SurfaceView and ANativeWindow

I have a question regarding creation of a SurfaceView and subsequently getting a ANativeWindow from it. Is it proper to …

android java-native-interface surfaceview nativewindow
Fighting with SurfaceView, Camera and OpenGL

We've been fighting with some problems relating to SurfaceViews for more than a week, and find no proper solution to …

android opengl-es surfaceview glsurfaceview
How can I make a SurfaceView larger than the screen?

I would like to effectively make a simple digital zoom for the camera preview, so I thought I would simply …

android camera zoom surfaceview
MediaCodec createInputSurface

I want to use MediaCodec to encode a Surface into H.264. With API 18, there is a way to encode content …

android surfaceview h.264 android-mediacodec