This is my savedInstaceState code:
@Override public void onSaveInstanceState(Bundle savedInstanceState) { savedInstanceState.putStringArrayList(\"todo_a
To debug, consider implementing onRestoreInstanceState and placing a call to Log.d in this method. Then, in the emulator, hit ctrl-F11 or whatever to rotate the phone. Your call to Log.d should be hit.