登录
首页 » Java » 七牛云SDK源码

七牛云SDK源码

于 2015-05-19 发布
0 243
下载积分: 1 下载次数: 0

代码说明:

七牛云SDK源码

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

发表评论

0 个回复

  • android 界面-高仿美团界面 源码下载
    android界面,高仿美团界面效果
    2015-04-20下载
    积分:1
  • android 模块化示例源码下载
    android 模块化开发示例源码下载
    2014-03-21下载
    积分:1
  • Android应用源码之Android电子麦克风.zip
    【实例简介】
    2021-09-07 00:31:14下载
    积分:1
  • spring oauth2.0 sso(单点登录)
    【实例简介】含完整源码以及数据库 spring-security-oauth2-server 是 授权服务器(oauth2-server) spring-boot-oauth2-client 是单点登录客户端应用
    2021-11-06 00:37:12下载
    积分:1
  • 批量替换 android反编译之后 R.java文件中的数字(id对应的值) 实例源码下载
    好多人反编译都遇到 反编译出来的 R.id.... 这些都变成了数字,这个程序就是批量替换这些数字为可读性更好的id,支持 UTF-8  GBK gb2312 ,没乱码,亲测通过
    2014-05-26下载
    积分: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
  • android 滑动删除例子源码下载
    android 滑动删除例子源码下载
    2015-04-22下载
    积分:1
  • android 自定义时间段选择dialog 实例源码下载
    android 自定义时间段选择dialog 实例源码下载
    2015-05-15下载
    积分:1
  • android uvcCamera
    【实例简介】usb camera的连接使用
    2021-07-17 00:32:04下载
    积分:1
  • java 三角形面积计算(文件读取)
    java 三角形面积计算(文件读取)
    2014-07-15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载