登录
首页 » Java » android gif图片播放 开发实例 附完整源码

android gif图片播放 开发实例 附完整源码

于 2013-06-26 发布
0 202
下载积分: 1 下载次数: 0

代码说明:

git播放

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android Sqlite 实例源码下载
    android Sqlite 实例源码下载
    2014-08-06下载
    积分:1
  • android 百度地图 示例源码(内嵌html5实现)
    android 百度地图 示例源码(内嵌html5实现)
    2014-07-24下载
    积分:1
  • 用DialogFragment创建登录对话框 并传值给activity 实例源码下载
    用DialogFragment创建登录对话框 并传值给activity 实例源码下载
    2015-01-13下载
    积分:1
  • android 瀑布流 完整实例源码下载
    android 瀑布流 完整实例源码下载
    2014-07-29下载
    积分:1
  • android 线性布局新手入门例子
    android 线性布局新手入门例子
    2015-03-19下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • http视频传输类源码
    http视频传输类源码
    2013-10-31下载
    积分:1
  • UI设计实现右侧类似抽屉画出的效果
    通过拖动右侧的小图片可以拖出界面
    2015-03-16下载
    积分:1
  • 登录注册代码
    登录注册代码
    2014-01-08下载
    积分:1
  • 类似新浪微博的加载图片
    类似新浪微博的加载图片
    2013-07-18下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载