I have make an application that insert a marker on the map, but when i rotate telephone the application restart, this is very horrible because reset all information, i want save this start and resume with old information
@Override
protected void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
}
how can I do?