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

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

How To Capture Image Without User Knowledge Using Surface View?

I want capture image from android camera but without user knowledge. Solution 1: public class … Read more How To Capture Image Without User Knowledge Using Surface View?

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?

Button On Top Of Surfaceview With Setzorderontop Set To True In Android

I have two surfaceviews in an app and one surfaceview needs to overlap the other surfaceview. For e… Read more Button On Top Of Surfaceview With Setzorderontop Set To True In Android

Android Glsurfaceview With Overlay Using Xml/java

I started an Android OpenGL application and I have the following classes: class A extends Activity … Read more Android Glsurfaceview With Overlay Using Xml/java

Color Banding And Artifacts With Gradients Despite Using Rgba_8888 Everywhere

I'm aware that colour banding is an old chestnut of a problem that has been discussed many time… Read more Color Banding And Artifacts With Gradients Despite Using Rgba_8888 Everywhere

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()

Android Surfaceview Displays Blank When Locked Canvas Is Not Null

I'm creating a simple game using a view which extends a SurfaceView and using a thread to draw … Read more Android Surfaceview Displays Blank When Locked Canvas Is Not Null

Android:crash: Binary Xml File Line : Error Inflating Class (using Surfaceview)

I'm having android surfaceView and in that I'm trying to add buttons to this. In the surfac… Read more Android:crash: Binary Xml File Line : Error Inflating Class (using Surfaceview)

Surfaceview Or Glsurfaceview?

Hello there please help me to decide whether to use SurfaceView or GLSurfaceView. I will be develo… Read more Surfaceview Or Glsurfaceview?

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

Weird Performance Issue With Galaxy Tab

I am working on a 2d tutorial and was able to test my current tutorial part on a Samsung Galaxy Tab… Read more Weird Performance Issue With Galaxy Tab

Surfaceview Overlaps Another Surfaceview On Android 8.0

I'm facing some strange issue with my app on Android 8.0. I have my own scrollable widget, code… Read more Surfaceview Overlaps Another Surfaceview On Android 8.0

Setdisplayorientation In Camera Make Wrong Orientation When Save Image

I'm making an OCR app in Android and already installed OCR engine, and now want to create Surfa… Read more Setdisplayorientation In Camera Make Wrong Orientation When Save Image

Size Of A Canvas In A Surfaceview Against Real Screen Resolution

I am trying to use the SurfaceView and the Canvas to make some draws, in my 480x800 phone, but I do… Read more Size Of A Canvas In A Surfaceview Against Real Screen Resolution

What Is The Use Of Calling Surfaceholder.setfixedsize()?

I have similar code to many examples floating around the net: mSurfaceHolder = mVideoSurface.getHol… Read more What Is The Use Of Calling Surfaceholder.setfixedsize()?

Overlapping Glsurfaceview On Surfaceview And Vice Versa

ExoPlayer - SurfaceView Camera2 + MediaCodec - GLSurfaceView I am using the above view groups for p… Read more Overlapping Glsurfaceview On Surfaceview And Vice Versa

Canvas And Surfaceview Example Crash/freeze - Memory Leak?

http://www.helloandroid.com/tutorials/how-use-canvas-your-android-apps-part-1 At the end of this tu… Read more Canvas And Surfaceview Example Crash/freeze - Memory Leak?

Android Canvas Surfaceview Black Screen

I have a following class: public class GameView extends SurfaceView implements SurfaceHolder.Callba… Read more Android Canvas Surfaceview Black Screen

How To Apply Custom Filters In A Camera [surfaceview Preview]...?

Guys i am developing Camera Application and this is my first android Application. below i am Adding… Read more How To Apply Custom Filters In A Camera [surfaceview Preview]...?