Load navigation drawer slider with Dynamic Fragments
问题 I'm making an Android App for my college using navigation drawer. It has two types of users - students & faculty. So depending upon the email-id/username I want to load the components of respective user in the drawer/slider. I went through this question, which suggests we can use any layout in the child layout: Is it possible to use something other than a listview as sliding drawer in drawerlayout So in order to implement my logic I wish to use 3 dynamic fragments : login_fragment, student