SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
I have a Bitmap with a size of 320x480 and I need to stretch it on different device screens, I …
android canvas bitmap resize surfaceviewI am working on a video conferencing project. My video display is using surface view. Now during a video call …
android video surfaceview android-mediacodecI'm having android surfaceView and in that I'm trying to add buttons to this. In the surfaceView canvas I draw …
android graphics surfaceviewI'm building video player with android media player object. i'm able to hear the audio but the video does not …
android media-player surfaceview surfaceholderBy having the following codes, I have some questions. public class MainActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { …
android android-canvas paint surfaceviewSo I've done a lot of searching but still can't seem to find the exact reason as to why my …
android android-layout layout surfaceviewI've been studying Android especially View system. I have a question differences between them but there is no documents or …
android surfaceviewIn Android, I created a layout with three surface view side by side, and I want to play one video …
android android-ndk surfaceview android-videoview android-mediaplayerI am trying to take a picture without preview, immediately when my application starts running and after that to save …
android android-camera surfaceviewMy xml file: <SurfaceView android:id="@+id/surfaceView" android:layout_marginTop="50dp" android:layout_width="fill_parent" android:layout_…
android surfaceview android-mediaplayer