I have a FragmentActivity that shows a contacts list.
FragmentActivity
Here is my onCreate method:
onCreate
@Override protected void onCreate(Bundle
@Override public void onPause () { super.onPause(); //........... } @Override public void onStop () { super.onPause(); //............ }
Check if you can use these methods in your fragments ?