- Jan 11, 2014
- 45
- 0
- 0
Change of screen orientation is a very destructive operation in Android. To an application it looks like the user is terminating the application. When the app comes back in the new orientation the app must rebuild the screen in new orientation which is going to have some performance impact. If you are doing something that is sensitive to momentary delays such as watching video or playing a game expect some delay, lose of frames, etc. when changing screen orientations.
The problem with that is it's not consistent. Plus it can lag in any app, such as Chrome for example, where it occurs most often. It does on the lock screen but not the home screen. It's just very jarring to me.