SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
<ImageButton android:id="@+id/previous" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/media_…
android transparent imagebutton surfaceviewI want to set the camera orientation according to the device orientation in Android but nothing seems to be working. …
android camera orientation surfaceviewIn order to make a simple game, I used a template that draws a canvas with bitmaps like this: private …
android android-canvas surfaceviewI'm trying to create a custom view GhostSurfaceCameraView that extends SurfaceView. Here's my class definition file GhostSurfaceCameraView.java: public class …
java android xml class surfaceviewI've been working on making my custom camera activity on Android, but when rotating the camera, the aspect ratio of …
android android-camera surfaceview preview aspect-ratioI have a simple program that draws the preview of the Camera into a SurfaceView. What I'm trying to do …
android camera surfaceviewHere is my example code: package newslab.video.server; import android.app.Activity; import android.hardware.Camera; import android.os.…
android surfaceviewI am getting this error. I tried many solutions but I coudn't solve this. Help me! I need to add …
android android-fragments surfaceviewI'm getting these errors from LogCat: 10-30 00:31:51.494: D/CameraHal(1205): CameraHal setOverlay/1/00000000/00000000 10-30 00:31:51.494: E/CameraHal(1205): Trying to set overlay, but overlay …
java android surfaceview android-camera surfaceholderHello all i want to make my DrawingSurface view transparent. i tried many thing but it's not working. Here is …
android surfaceview