I'm curious how others deal with fragments that are put to the backstack (due to navigation).
Specifically fragments containing a grid of images.
Do you hold a reference to the adapter or do you release it in onDestroyView? I.e. do you create a new adapter for every view or not? I'm afraid that not releasing the adapter is retaining all the ViewHolders and thus all the images when the fragment is in the backstack.