SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
I am writing an Android Camera App and trying to implement Flash functionality, I am using SurfaceView, whenever i do …
android flash surfaceview flashlightI have an application on Google Play for counting down numbers and letters. In this application I have the following …
java android surfaceviewMy view is a bunch of normal widget and a surfaceview. I don't know why after I get surfaceholder of …
android android-layout surfaceview surfaceholderI want to incorporate a camera feature in my app, that will allow layout transitions of the view itself, changing …
android android-camera surfaceview textureviewI'm trying to figure out how to work around my problem. I've read http://groups.google.com/group/android-developers/browse_…
android rendering flicker surfaceview tearingFor simpleness of the question, I'm drawing an integer on a SurfaceView which increases by 1 every draw. The increasing actually …
android surfaceview ondrawI would like to add button on Android CameraPreview. Basically the hierarchy is following: Activity ViewGroup SurfaceView ViewGroup is wrapper …
android android-layout surfaceview viewgroupI'm have a game that's uses SurfaceView implementation to display the objects. I have a thread which draws the SurfaceView …
android multithreading surfaceview onresume onpauseI'm developing on ICS and trying to understand why a Canvas.isHardwareAccelerated() will always return FALSE when using a Canvas …
android canvas surfaceview hardware-accelerationScenario: I need to take a picture as fast as possible and save it to SD Card. It would be …
android android-camera surfaceview