To save when you rotate the screen using the method
public void onSaveInstanceState(Bundle outState) { super.onSaveInstanceState(outState); //outState.putInt("count", cnt); Log.d("myLog", "onSaveInstanceState"); } And how can I save the view element? more specifically, EditText