I\'m working on application that has a tab structure, and use sliding movements to move through the tabs.
But now, I want to apply Drawer Layout. The problem is tha
If you want to navigate between drawer item on click of button inside your fragments, you can use this
((YourMainActivity)getActivity()).selectItem(position);