Posts

Showing posts with the label Orientation change

Android: On Configuration change or Orientation change

savedInstanceState will be null when the activity is created. savedInstanceState will be not null when the activity is re created check condition on the activity onCreate. if ( null == savedInstanceState) { // Add fragment to the activity }