やりたいことは、フラグメントのクラスの関数を呼び出すことだけです。しかし、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 を返します:/