I am trying to use drawer menu for navigation between fragments. I have no problem with this. But I don't find any examples of how to avoid recrating fragment on drawer item click. I need sample like VK app, if I am on page "News feed", I scroll this page a bit down, and then open drawer and select "Messages", do some work there and then open drawer and select "News feed" again, and I see my old news scrolled to the same position.
How can I avoid re-creating fragment with drawer menu?