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

How To Reconcile Difference In Aspect Ratio Between Camera Preview Size And Picture Size

I've got a camera app that selects a preview size based on characteristics of my layout (primar… Read more How To Reconcile Difference In Aspect Ratio Between Camera Preview Size And Picture Size

Setting Image Background In Surfaceview, Getting Black Screen

Okay so Im trying to set the background of a SurfaceView to a JPG file. But it doesn't seem to … Read more Setting Image Background In Surfaceview, Getting Black Screen

Fighting With Surfaceview, Camera And Opengl

We've been fighting with some problems relating to SurfaceViews for more than a week, and find … Read more Fighting With Surfaceview, Camera And Opengl

Android Surfaceview Ontouchevent Not Getting Called

I'm developing a game using SurfaceView which listens to touch events. The onTouchEvent method … Read more Android Surfaceview Ontouchevent Not Getting Called

Android: Surfaceview Can't Resume Activity From Pause()

I am testing surfaceView, basically the app jsut changes the color of the background. The app start… Read more Android: Surfaceview Can't Resume Activity From Pause()

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?

Android Virtualdisplay.release() Not Releasing The Display

I'm using android MediaProjection for taking screenshot. The projection needs to be stopped aft… Read more Android Virtualdisplay.release() Not Releasing The Display

Android Development: Combining Small Tiles/bitmaps Into One Bitmap

Im trying to get all my small images like grass, water and asphalt and so on, into one bitmap. I ha… Read more Android Development: Combining Small Tiles/bitmaps Into One Bitmap