Jude95 / RollViewPager

A ViewPager can auto play and loop
913 stars 252 forks source link

用LoopPagerAdapter时,getCount值是Integer.MAX_VALUE #48

Closed xiaoDongBei90 closed 7 years ago

xiaoDongBei90 commented 7 years ago

用LoopPagerAdapter时,getCount值是Integer.MAX_VALUE,这样会很耗性能的呀

Jude95 commented 7 years ago

不会,所有页面均做缓存以模拟多页效果。不会存在重复创建页面。 如果你担心,可以自己查查页面创建数量,及CPU内存消耗。