Android Fragments - Multiple tabs/pageflows, custom backstack
问题 I'm running into memory issues with fragments and I could use some help as to the appropriate path to take. I cannot use a simple backstack because the application needs to retain several paths that the user takes within the application (and the user can jump back and forth). The navigation handles fragments in this way: transaction.hide(currentFragment).show(newFragment).commit(); What I think would help my situation is having the view of the fragment temporarily destroyed and then recreated