登录
首页 » Java » 仿微信头像上传

仿微信头像上传

于 2015-02-12 发布
0 231
下载积分: 1 下载次数: 0

代码说明:

仿微信头像上传。

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

发表评论

0 个回复

  • android listview 示例 附源码
    listview 基本用法
    2013-02-28下载
    积分: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 SQLite插入 查询实例源码下载
    android SQLite插入 查询实例源码下载
    2015-03-13下载
    积分:1
  • Android应用源码之android 安卓画廊 照片转换器.zip
    【实例简介】
    2021-09-07 00:31:13下载
    积分:1
  • android 射弹球小游戏 附完整源码下载
    android 弹球游戏制作
    2013-05-24下载
    积分:1
  • 微信API sdk下载 android版本
    微信API sdk下载 android版本
    2014-02-09下载
    积分:1
  • Android应用源码随手记安卓记账项目
    Android应用源码随手记安卓记账项目
    2015-03-09下载
    积分:1
  • android SwitchButton 示例源码
    android SwitchButton 示例源码
    2014-07-17下载
    积分:1
  • android 人脸检测 demo源码下载
    android 人脸检测 demo源码下载
    2017-03-13下载
    积分:1
  • android 刮刮卡 例子源码下载
    android 刮刮卡 例子源码下载
    2014-12-01下载
    积分:1
  • 696516资源总数
  • 106428会员总数
  • 7今日下载