I noticed a rather annoying flicker that occurs in the following scenario: displaying full screen mode, and then starting another action that is not full screen.
In my application, I use the action bar at the top of the second action, and I can clearly see how the flicker occurs when switching between actions.
When the status bar appears, it does not smoothly turn off my activity, but very quickly and with this annoying flicker.
Is there any API I can use to control this behavior? Or some other workaround?
source
share