Is there any principal difference between setting layout’s visibility that contains fragment to GONE and fragmentTransaction.hide(fragment) apart from addToBackStack ?
Is there any principal difference between setting layout’s visibility that contains fragment to GONE
Share
fragmentTransaction.hide(fragment)doesSo it does pretty much the same but it
Viewreturned fromFragment#onCreateView()toGONEinstead of the container