Urakagi wrote: > Hi, I'm writting a Video Player, and I wonder how can I handle > orientation changing of VideoView/MediaPlayer. > I wrote it without special issues, then it always restart when > orientation changes since Activity is destroyed and recreated. > But the App "Video Player" can rotate screen with only a little lag. > Does anybody know how he done it?
I have not experimented with orientation changes and VideoView, nor do I have "Video Player" installed. However, there are a number of ways to handle orientation changes. I have a set of posts up on AndroidGuys on this topic: http://androidguys.com/?s=rotational+forces -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

