摘要: 利用定时器,实现循环轮播,很简单;只需在定时器的消息里加如下代码即可:[java]view plaincopyintcount=adapter.getCount();if(count>1){//多于1个,才循环intindex=viewPager.getCurrentItem();index=(in... 阅读全文
posted @ 2015-01-21 21:46 新感觉 阅读(325) 评论(0) 推荐(0)