本文介绍了Android的PagerAdapter,获得当前位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想我PagerAdapter可见视图的当前位置
I want to get the current position of the visible view of my PagerAdapter
我没有看到像一个明显的功能为getPosition()
,我想要一个。
I didn't see an obvious function like getPosition()
and I want one.
我要添加一个对象到其在该位置的ArrayList,但我首先要知道它
I want to add an object into its arraylist at that position, but I need to know it first
推荐答案
您可以使用:
mViewPager.getCurrentItem()
这篇关于Android的PagerAdapter,获得当前位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!