登录
首页 » Java » android 联系人分类排序

android 联系人分类排序

于 2014-03-14 发布
0 427
下载积分: 1 下载次数: 0

代码说明:

android 联系人分类排序

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

发表评论

0 个回复

  • android activity 切换效果例子
    android activity 切换效果例子
    2015-06-17下载
    积分:1
  • AS功能完善的ANDROID指南针源码(含经度、纬度、海拔)
    AS功能完善的ANDROID指南针源码(含经度、纬度、海拔)
    2019-03-24下载
    积分:1
  • 腾讯新浪微博模拟登录最新源码
    腾讯新浪微博模拟登录最新源码
    2013-04-22下载
    积分:1
  • android 通过wifi传输文件的例子源码,参考茄子快传的原理
    android 通过wifi传输文件的例子源码,参考茄子快传的原理
    2014-08-29下载
    积分: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
  • andoird 读取PDF并翻页例子源码下载(含类库以及完整实例源码)
    andoird 读取PDF并翻页例子源码下载(含类库以及完整实例源码)
    2015-04-22下载
    积分:1
  • 视频压缩
    视频压缩
    2013-11-03下载
    积分:1
  • arcgis中国工具
    【实例简介】Arcgis中国工具3.2(注册机版,含操作说明).zip
    2021-09-09 00:31:03下载
    积分:1
  • miniTwitter登录界面
    miniTwitter登录界面
    2014-02-12下载
    积分:1
  • Camera 录像实例
    Camera 录像实例
    2014-07-28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载