PullToRefreshListView

匿名 (未验证) 提交于 2019-12-03 00:35:01
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.ListView;


import com.google.gson.Gson;
import com.handmark.pulltorefresh.library.ILoadingLayout;
import com.handmark.pulltorefresh.library.PullToRefreshBase;
import com.handmark.pulltorefresh.library.PullToRefreshListView;


import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;


public class MainActivity extends AppCompatActivity {




























































































































































}


<com.handmark.pulltorefresh.library.PullToRefreshListView     android:id="@+id/pull"     android:layout_width="match_parent"     android:layout_height="match_parent"     xmlns:ptr="http://schemas.android.com/apk/res-auto"     ptr:ptrDrawable="@drawable/default_ptr_flip"     ptr:ptrAnimationStyle="flip"     ptr:ptrHeaderBackground="#383838"     ptr:ptrHeaderTextColor="#FFFFFF"     />


文章来源: PullToRefreshListView
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!