Skip to content

Instantly share code, notes, and snippets.

View narendra87's full-sized avatar

narendra maurya narendra87

  • Publicis Sapient
  • Noida
View GitHub Profile
@narendra87
narendra87 / Activity showing surface switch
Last active September 15, 2015 09:42 — 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;