I\'m creating a file manager app for Android, and two classes below are the majority of the logic that goes into doing that. What I\'m doing is that on startup of the Conten
use this for save state of fragment on orientation.
onCreate(Bundle save) { super.onCreate(save); setRetainInstance(true); }