SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
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 nativewindowWe've been fighting with some problems relating to SurfaceViews for more than a week, and find no proper solution to …
android opengl-es surfaceview glsurfaceviewI would like to effectively make a simple digital zoom for the camera preview, so I thought I would simply …
android camera zoom surfaceviewI 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