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.
複数のページを表示するAndroid ViewPagerで、ページを最後の位置に送信する方法はありますか? 他のすべてのページは、1 つ上のインデックスに移動します。
あなたの質問を明確にすることができますか?
ビューページャーに最後のページを表示させたい場合:
viewPager.setCurrentItem(POSITONOFYOURREQUIREDPAGE, true); を使用できます。