Skip to content

Instantly share code, notes, and snippets.

@layerlre
Last active August 29, 2015 14:06
Show Gist options
  • Save layerlre/f836bbeaebdb869f9cc1 to your computer and use it in GitHub Desktop.
Save layerlre/f836bbeaebdb869f9cc1 to your computer and use it in GitHub Desktop.
int pagerIndex = 2; //ลำดับ pager ที่จะอ้างถึง
MyFragment currentFragment = (MyFragment)getSupportFragmentManager()
.findFragmentByTag("android:switcher:" + R.id.viewpager + ":" + pagerIndex);
currentFragment.getMyListview();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment