Fragments with Navigation Drawer

0

How can I add a navigation drawer to a fragment. I need to be able to load a minor hamburger into a fragment, which can in turn load other fragments depending on the selection without losing the navigation menu.

I have seen that in android studio there is the possibility to create a project that brings the navigation drawer by default in an activity, the difference is that I need to load the navigation drawer in a fragment and that this in turn is capable of fragments nested

    
asked by Elfu 04.05.2017 в 16:34
source

0 answers