登录
首页 » Java » android listview 下拉刷新 实例源码下载

android listview 下拉刷新 实例源码下载

于 2015-02-26 发布
0 275
下载积分: 1 下载次数: 0

代码说明:

android listview 下拉刷新 实例源码下载

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

发表评论

0 个回复

  • 《Android移动应用基础教程》(Android Studio)(第二版)源代码
    《Android移动应用基础教程》(Android Studio)(第二版)源代码
    2021-05-06下载
    积分:1
  • Android JSON解析框架fastjson 示例源码下载
    Android JSON解析框架fastjson 示例源码下载
    2014-05-19下载
    积分:1
  • android动态壁纸中的水波纹效果
    android动态壁纸中的水波纹效果,采用opengl中的shader实现
    2015-04-12下载
    积分:1
  • android 模拟抢微信红包例子源码下载(AccessibilityService实现)
    借助AccessibilityService实现模拟操作
    2015-04-27下载
    积分:1
  • 二维码扫描
    一款简单的二维码扫描例子
    2015-11-11下载
    积分:1
  • http视频传输类源码
    http视频传输类源码
    2013-10-31下载
    积分: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市场应用同时下载,实现了功能,并抽取关键代码,写成了小demo,希望对用户有所帮助
    2013-07-05下载
    积分:1
  • 动漫简介app源码(入门级)
    【实例简介】可作为期中作品
    2021-05-18 10:33:38下载
    积分:1
  • android 将视频上传至服务器(汗服务器端源码)
    android上传图片、视频、文件,服务端使用wcf接收android上传图片、视频、文件,服务端使用wcf接收
    2014-10-24下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载