Get EditText value on different fragment
问题 I am trying to get some text from editTexts on different fragments. So what I do first is define my mPager and mPagerAdapter : a_Atenuacion Activity public class a_Atenuacion extends FragmentActivity{ private static final int NUM_PAGES = 3; /** * The pager widget, which handles animation and allows swiping horizontally to access previous * and next wizard steps. */ private ViewPager mPager; /** * The pager adapter, which provides the pages to the view pager widget. */ private PagerAdapter