android Android-PullToRefresh 下拉刷新
1、github下载地址 原作者: https://github.com/chrisbanes/Android-PullToRefresh 我自己的:https://github.com/zyj1609wz/Android-PullToRefresh 2、使用方法 listview 布局文件 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.example.aa.MainActivity" tools:ignore="MergeRootFrame" > <com.handmark.p...
