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

Adapting Grafika Recordfboactivity To Work With Android Gpuimage

I have an application that is using the Android port of GPUImage as the OpenGL Renderer and manager… Read more Adapting Grafika Recordfboactivity To Work With Android Gpuimage

How To Create Surfaceview With Rounded Corners

I am having a difficulty to round the corners of surfaceview. I am using MjpegView (custom view tha… Read more How To Create Surfaceview With Rounded Corners

How To Display A Scaled Down Gl Es Texture Without Clamp Or Repeat On Android

I am currently rendering a camera preview using GL ES 2.0 on android to a SurfaceTexture, rendering… Read more How To Display A Scaled Down Gl Es Texture Without Clamp Or Repeat On Android

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

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

Android Surfaceview Threads And Memory Leaks

Im creating a game in android, and i noticed that the game has a memory leak. Iv managed to isolate… Read more Android Surfaceview Threads And Memory Leaks

Displaying A Bitmap On Canvas In Surfaceview

I am trying to develop an android application to display a zoom-able, pan-able map, (which is just … Read more Displaying A Bitmap On Canvas In Surfaceview

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