I have this situation.
- A drawer layout -> each section is a fragment
- A section contain a page viewer (3 fragments )
- Each fragment contains a recyclerview and each item is a fragment
I have some problems.
When the orientation of the screen changes i move always to the first fragment of the page adapter.
If i write something in one of these fragments and the sceeen orientation change lose everything.
Same problems with onPause etc. How can I manage this situation? thanks.