我想做的就是调用我的 Fragment 类的函数。但我似乎无法找到一种方法来访问 ViewPager 中的片段实例。
我的活动的 xml:
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" />
没有所以我不能调用 findFragmentById() (可以吗?)我也不知道给 findFragmentByTag() 什么,它总是返回 null :/