This Android Fragment Example talks about how to save state of the Fragment across orientation changes in the device. Each time the orientation changes, the Fragment is destroyed and a new Fragment is created. However using the onSaveInstanceState method and the Bundle outState parameter you can write any data you want to save which can be retrieved later inside the onCreate method slidenerd.com Our Official Site Join our discussions about Android at www.facebook.com/groups/AndroidProgramming/ Follow us on facebook.com/slidenerd twitter.com/slidenerdtech pinterest.com/slidenerd