On iOS if you press the home button of the device, iOS takes a screenshot of the current app screen. When switching back to the app it then shows that screen and while the screen is shown it really loads the actual app state. The increases perceived performance. The screenshot however can contain sensitive information (think of a banking app for instance). As the screenshot is saved unencrypted, some iOS apps remove sensitive information from the screen as soon as the app as backgrounded.
Does Android have a similar mechanism? If yes: how to prevent it or work around it?