SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
I want to capture photo and also save it to my sdcard using android camera.I know its easy but …
android camera android-camera surfaceview android-camera-intentI have managed to use the answer here to rotate the camera preview to portrait: http://code.google.com/p/…
android surfaceview zxing portrait stretchingI tried a lot of methods, I made a lot of changes on my code, I read Android MediaPlayer document, …
android android-mediaplayer surfaceview onresumeI have a simple user interface: an EditText should be located below a SurfaceView. I use a RelativeLayout to arrange …
android surfaceviewI've been wondering if canvas has a limit boundary. I mean if I use functions such asdrawline(), drawbitmap(), drawcircle(), does …
android canvas surfaceviewI am building an Android application where an ExoPlayer plays a video onto the surface of a SurfaceView, and I …
android surfaceview exoplayerI'm aware that colour banding is an old chestnut of a problem that has been discussed many times before with …
android colors surfaceview bit-depthI have a game with full screen SurfaceView (Portrait) and thread that renders continously on the surface. The SurfaceView is …
android android-layout surfaceview android-9.0-pie display-cutoutsI'm trying to create a 2D game engine for an Android app. I've followed this tutorial, which works fine for …
android 2d surfaceview surfaceholderIve been trying to make a scrollable/zoomable app and everything has gone great except for drawing bitmaps. It is …
android surfaceview glsurfaceview