Fragments are recreating multiple times
Closed this issue · 2 comments
NareshAskani commented
Hi,
your code really helpful,
And i found small issue in this application could you address the solution for this.
MenuFragments are recreating every time. in detail
For the first time
- MainMenuFragment creating instance for all this
StickerFragment
AddTextFragment
RotateFragment
PaintFragment - Second time when i click back button from any other fragments this recreating again sticker fragment.
MainMenuFragment
StickerFragment - Third time when i click on TextFragment it's recreated three fragments like below
AddTextFragment
RotateFragment
PaintFragment
could you clarify or give any hint on this. note: i tried this by putting Log.d at onCreateView of every fragment.
siwangqishiq commented
You can set bottomGallery setOffscreenPageLimit , code --> EditImageActivity.java / line 173 open this code bottomGallery.setOffscreenPageLimit(7);
NareshAskani commented
thank you very much, its working :)