I created a new project and entered the following code:
@Override
protected void onSaveInstanceState(Bundle outState) {
// TODO Auto-generated method stub
super.onSaveInstanceState(outState);
System.out.println("onSaveInstanceState " );
}
press cntrl F11 and cntrl F12 to rotate my emulator... and this method never got called.
am i missing something ?