NavigationDrawer with Activities vs. NavigationDrawer with Fragments
问题 Take for example the app I'm currently working on: - it has an navigationDrawer with multiple items; there are two items which interest me for now, i'll call them X and Y. both X and Y, when clicked on, display a fragment containing a list of x-elements or y-elements selecting and x or y list element displays a new fragment in which I display info about the select item; the view fragments are different for x and y elements in the view fragment I can choose to edit the specific element which