阅读背景:

Android ViewPager 重复数据问题的解决方法

来源:互联网 
Because you ware using static variable to show in fragments.When your say static its not a part of the class instance it creates only once and shared among the multiple fragment instance. And you ware changing it in getItem() method , as it is static was reflecting in all fragment instance and repeating.Because you ware using static variable to show in 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: