how to pass value from NavigationDrawerFragment.java to MainActivity.java then pass to AnotherFragment page
问题 in my NavigationDrawerFragment.java i have this code expListView.setOnChildClickListener(new ExpandableListView.OnChildClickListener() { @Override public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) { String header = listDataHeader.get(groupPosition); Category child = listDataChild.get(header).get(childPosition); // child.name to get the name // child.id to get the id //Toast.makeText(getActivity(),"ChildNme: "+child.name+" ChildId: "