I have a FragmentActivity
that shows a contacts list.
Here is my onCreate
method:
@Override
protected void onCreate(Bundle
You are going to check controller therefor.
Instead of that try to check value you stored. First take one variable as Bundle. Save it in onCreate method.
Bundle bdlSaveInstant; // Declare at top before onCreate() method.
/* Initialise in onCreate() method. After
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_human_list);
bdlSaveInstant = savedInstanceState;
*/
@override
onBackPressed()
{
bdlSaveInstant.putBoolean("displayed_contacts", true);
}
@override
onDestroy()
{
bdlSaveInstant.putBoolean("displayed_contacts", true);
}
Try this will work.