Top "Surfaceview" questions

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

Overlay images onto Camera preview SurfaceView

I have a SurfaceView that is being used to draw images, and I would like to overlay them onto a …

android graphics camera surfaceview
Custom camera android

I want to use camera preview in an activity. I want to add images(transparent frames on surface view). I …

android camera surfaceview android-camera
Android:How to add a button in surface view

I'm drawing some graphics and i would like to add a couple of buttons to it. But with the surface …

android surfaceview
What can I do when the BufferQueue has been abandoned?

I am using a texture view to show the preview of the camera in my android app. What I noticed, …

android android-camera surfaceview textureview
How can I set camera preview size to squared aspect ratio in a squared SurfaceView (like Instagram)

I'm trying to develop my own camera activity, but I have a problem that I'm not unable to solve... What …

android camera surfaceview
How SurfaceHolder callbacks are related to Activity lifecycle?

I've been trying to implement an application that requires camera preview on a surface. As I see the things, both …

android camera surfaceview
Android Take Screenshot of Surface View Shows Black Screen

I am attempting to Take a Screenshot of my Game through code and Share it through an Intent. I able …

android surfaceview
how to pause and resume a surfaceView thread

I have a surfaceView setup and running, but when I resume it I get an error that the thread has …

android multithreading surfaceview
Understanding Canvas and Surface concepts

I'm struggling to understand the process of drawing to SurfaceView and therefore the whole Surface/Canvas/Bitmap system, which is …

android android-canvas surfaceview
Android draw using SurfaceView and Thread

I am trying to draw a ball to my screen using 3 classes. I have read a little about this and …

android surfaceview ondraw