I have an Activity where I load in a ListFragment and, upon clicking, it drills down a level and a new type of ListFragment is shown,
Activity
ListFragment
Use Fragments method:
@Override public void onCreateOptionsMenu(Menu menu, MenuInflater inflater)
It is called on every Fragment appearance, but onResume is not.