摘要: 1、如何实现循环播放2、如何实现自动循环如何实现循环播放现在网上实现循环播放都是在adapter的getCount()方法返回一个较大的值并且instantiateItem(ViewGroup container, int position)中通过取余(position/datas.size())的... 阅读全文
posted @ 2015-11-24 17:20 John.w 阅读(346) 评论(2) 推荐(0)
摘要: 先上代码:package com.andy.oschina_android.widget;import android.content.Context;import android.graphics.Bitmap;import android.graphics.BitmapShader;import... 阅读全文
posted @ 2015-11-24 14:02 John.w 阅读(554) 评论(2) 推荐(0)