[android-developers] Re: MediaPlayer and onRetainNonConfigurationInstance()

2009-03-19 Thread Andres Calvete
Thanks a lot...that makes a lot of sense and the reason of why it wasnt working.! On Mar 18, 2:50 pm, Marco Nelissen wrote: > You will have to handle the orientation change yourself, since > otherwise the surface that the video is displayed on goes away. > > On Wed, Mar 18, 2009 at 11:30 AM,Andr

[android-developers] MediaPlayer and onRetainNonConfigurationInstance()

2009-03-18 Thread Andres Calvete
I know this question has been asked previously because I have read the other postings over a hundred times but yet I cannot come up with an answer on how to use keep a MediaPlayer object playing over an orientation change. I've read that you can use onRetainNonConfigurationInstance() to pass an ob

[android-developers] Re: How to handle orientation changing of VideoView/MediaPlayer?

2009-03-03 Thread Andres Calvete
did you ever find the answer for this?? Im trying to use the onRetainNonConfigurationInstance() but Im not sure how to handle that. On Jan 17, 12:40 am, Urakagi wrote: > Hi, I'm writting aVideoPlayer, and I wonder how can I handle > orientation changing of VideoView/MediaPlayer. > I wrote it wit