Skip to content Skip to sidebar Skip to footer
Showing posts with the label Surfaceview

Surfaceview Anr Onresume

I'm working on a Android game using SurfaceView, the game works fine, so I want to pause it whe… Read more Surfaceview Anr Onresume

How To Properly Use Setzordermediaoverlay On Android?

Like many others, I am trying to draw 3D objects (using GLSurfaceView) on camera preview (using Sur… Read more How To Properly Use Setzordermediaoverlay On Android?

How To Draw Image On Surfaceview Android

i want to add image on surfaceview and make it as clickable. I could do it via xml using layout. Bu… Read more How To Draw Image On Surfaceview Android

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… Read more How Can I Make A Surfaceview Larger Than The Screen?

Android Game Leaking Memory Because Of Glthread Reference

Right now I'm developing a game in Android (OpenGL ES 1.1) and I'm seeing that whenever I c… Read more Android Game Leaking Memory Because Of Glthread Reference

Anr Internal Function On Some Devices

I've got a app which uses a surfaceview for displaying the UI. The app runs stable for about 18… Read more Anr Internal Function On Some Devices

Getting Image Data Continuously From Camera, Surfaceview Or Surfaceholder

So I have this camera preview set up with Camera, SurfaceView and SurfaceHolder. I have also an Ima… Read more Getting Image Data Continuously From Camera, Surfaceview Or Surfaceholder

Difference Between Surfaceview And Glsurfaceview In Android

Can anyone tell me what the basic difference is between SurfaceView and GLSurfaceView? When should … Read more Difference Between Surfaceview And Glsurfaceview In Android