Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FragmentActivity なしで FragmentPageAdapter を使用できますか?
私のPageViewは、アクティビティではなくフラグメントにあります。
はい、できます。を使用する場合
android.support.v13.app.FragmentPagerAdapter
サポート ライブラリ v13 から。v4.Fragment と FragmentActivity の代わりに、ネイティブの Fragment と Activity を使用できます。
その場合、このようにアダプターをコンストラクターにすることができます
mAdapter = new MyAdapter(getFragmentManager());