as stated in the title, I want to avoid the recreation of a DialogFragment when the app is sent in the backgroud and restored or at least save the stuff I need to be restored later. Unfortunately I can't use savedInstanceState because I also want to maintain references to adapters and stuff like that.
any idea how to do this?