Skip to content

Instantly share code, notes, and snippets.

View mhassanreza's full-sized avatar

Hassan Raza mhassanreza

View GitHub Profile
@mhassanreza
mhassanreza / Activity showing surface switch
Created September 23, 2015 07:24 — forked from ErikHellman/Activity showing surface switch
A simple demo of playing a video on one SurfaceView and switching to another during playback.
package com.example.mediaplayersurfaceswitch;
import android.app.Activity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.SurfaceHolder;
import android.view.SurfaceView;