I have an ExpandableListActivity (using a SimpleCursorTreeAdapter) which starts another activity when the user clicks on a child-element. When pressing the back-button in th
This should work
Parcelable state = exercisesList.onSaveInstanceState(); exercisesList.setAdapter(....); exercisesList.onRestoreInstanceState(state);