资源简介

Android下拉刷新上拉加载控件,对所有View通用

资源截图

代码片段和文件信息

package com.jingchen.pulltorefresh;

import java.util.ArrayList;
import java.util.List;

import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.AdapterView.OnItemLongClickListener;
import android.widget.ListView;
import android.widget.Toast;

import com.jingchen.pulltorefresh.activity.PullableExpandableListViewActivity;
import com.jingchen.pulltorefresh.activity.PullableGridViewActivity;
import com.jingchen.pulltorefresh.activity.PullableImageViewActivity;
import com.jingchen.pulltorefresh.activity.PullableListViewActivity;
import com.jingchen.pulltorefresh.activity.PullableScrollViewActivity;
import com

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\
     文件         475  2015-05-09 02:27  PullToRefreshAndLoad-master\.classpath
     文件         856  2015-05-09 02:27  PullToRefreshAndLoad-master\.project
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\.settings\
     文件         177  2015-05-09 02:27  PullToRefreshAndLoad-master\.settings\org.eclipse.jdt.core.prefs
     文件        1719  2015-05-09 02:27  PullToRefreshAndLoad-master\AndroidManifest.xml
     文件        1535  2015-05-09 02:27  PullToRefreshAndLoad-master\README.md
     文件       51394  2015-05-09 02:27  PullToRefreshAndLoad-master\ic_launcher-web.png
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\libs\
     文件      621451  2015-05-09 02:27  PullToRefreshAndLoad-master\libs\android-support-v4.jar
     文件         781  2015-05-09 02:27  PullToRefreshAndLoad-master\proguard-project.txt
     文件         562  2015-05-09 02:27  PullToRefreshAndLoad-master\project.properties
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\res\
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\res\anim\
     文件         318  2015-05-09 02:27  PullToRefreshAndLoad-master\res\anim\reverse_anim.xml
     文件         320  2015-05-09 02:27  PullToRefreshAndLoad-master\res\anim\rotating.xml
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-hdpi\
     文件        7658  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-hdpi\ic_launcher.png
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-mdpi\
     文件        3777  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-mdpi\ic_launcher.png
     目录           0  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\
     文件        9701  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\h.jpg
     文件       22199  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\i.jpg
     文件       12516  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\ic_launcher.png
     文件       15513  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\j.jpg
     文件       15065  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\k.jpg
     文件       15558  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\l.jpg
     文件         419  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\load_failed.png
     文件         770  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\load_succeed.png
     文件        1216  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\loading.png
     文件       14798  2015-05-09 02:27  PullToRefreshAndLoad-master\res\drawable-xhdpi\m.jpg
............此处省略62个文件信息

评论

共有 条评论