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,有没有办法将页面发送到最后一个位置?所有其他页面将向上移动一个索引。
Can you clarify your question?
If you want your view pager to show last page:
You can use viewPager.setCurrentItem(POSITONOFYOURREQUIREDPAGE, true);