on option item selected want to execute the fragment method?
问题 i have a tab activity with four fragments.each fragments have their own interface.now i want to execute one of the fragment method by onOptionItemSelected method of the option menu.what should i do? below is my complete code. TabedActivity public class TabedActivity extends ActionBarActivity implements Tab1.TabedInterface { // Declaring Your View and Variables private String myString = "hello"; //for getting data from fragment// String contact; String address; String datOfBirth; ViewPager