[Android] MediaPlayer with SurfaceHolder
출처: http://yhcting.tistory.com/m/post/309 Sometimes developer may need to use MediaPlayer directly instead of using VideoView. In this case, developer should keep belows in his/her mind. <NOTE : Gingerbread and ICS are a little different (ICS is more flexible. But, the more strict is the better.)> - setDisplay Should be called after surface of SurfaceHolder is create..