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.
我必须使用 FragmentPagerAdapter 调用视图分页器的第三页,因此我已将值 3 传递给加载视图分页器的片段活动。但它仍然调用页面查看器的第一页。任何解决方案将不胜感激。
只需使用
mViewPager.setCurrentItem(2);
如果您想转到第 3 页,因为索引从 0 开始。