I have a FragmentActivity that shows a contacts list.
FragmentActivity
Here is my onCreate method:
onCreate
@Override protected void onCreate(Bundle
when you are done with loading of the data in displayContacts(), you can save a flag(displayed_contacts) in shared preferences. In onCreate() check the preference value, and call your displayContacts() accordingly.