SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
Every time I pause my activity (actually Fragment) to go to another app, upon returning with onResume I try to …
android video surfaceview activity-lifecycle textureviewI'm writing an android application that builds an offscreen bitmap that is (say) 640*480 pixels and displays that in a SurfaceView. …
android scroll surfaceviewI have an Android application that needs to fullscreen a camera preview regardless of the preview size given by getSupportedPreviewSizes() …
android android-layout android-camera surfaceviewI have a custom camera application and I want for any preview sizes to display it in full screen mode …
android android-camera surfaceview android-fullscreenI would like to take a picture without any preview. I used this code but I'm getting an error: public …
android android-camera surfaceviewI am using a SurfaceView and a rendering thread to develop a game based on structure like LunarLander. However, I …
android multithreading android-activity surfaceviewI'm trying to get the new Camera2 working with a simple SurfaceView and I'm having some problems with the live …
android android-camera surfaceview textureviewI have an android application that refreshes the screen every 33 milliseconds, displaying a rectangle at a pair of coordinates. Here …
java android surfaceviewI have an app that I want to be able to capture a screenshot. The background of the layout is …
android camera storage screenshot surfaceviewI try to initialize GLES with EGL (because I want to draw from the main thread instead of using a …
android surfaceview