I am currently trying to implement a navigation drawer in my app. I am having an issue with the Toolbar being null. I have done many searches online and tried many different
In my case , i was trying to access the Toolbar inside onAttach() method of a fragment instead of onActivityCreated() , resulting in NullPointerException.