I have a FragmentActivity that shows a contacts list.
FragmentActivity
Here is my onCreate method:
onCreate
@Override protected void onCreate(Bundle
The most simple way to achieve this is to do a Nullcheck i.e.
if(yourcomponent==null) { initializecomponent(); }
That may prevent your views from recreating.