android-auto-scroll-view-pager icon indicating copy to clipboard operation
android-auto-scroll-view-pager copied to clipboard

程序无响应(ANR)

Open shadowline opened this issue 9 years ago • 2 comments

使用AsyncHttpClient,在HttpClient请求结果中调用AutoScrollViewPager setInfiniteLoop(true) 程序出现无响应情况,setInfiniteLoop(false) 程序正常运行。 请问会是什么原因导致的。谢谢

shadowline avatar Mar 19 '15 10:03 shadowline

无线循环方式不能与 ViewPagerIndicator 共用

Trinea avatar Mar 19 '15 15:03 Trinea

(项目未加ViewPagerIndicator )无限循环之前没有问题,之后项目改动后setCurrentItem()中的数值过大就会出现ANR或者是很长时间后,才成功显示。 是什么原因?

helloJp avatar May 22 '15 07:05 helloJp