09 2017 档案

摘要:首先是XRecyclerView的布局文件 <com.jcodecraeer.xrecyclerview.XRecyclerView android:id="@+id/xrv" android:layout_width="match_parent" android:layout_height="ma 阅读全文
posted @ 2017-09-21 21:28 于大大 阅读(633) 评论(0) 推荐(0)
摘要:import android.content.ContentValues;import android.content.Intent;import android.database.Cursor;import android.graphics.Color;import android.os.Bund 阅读全文
posted @ 2017-09-21 20:59 于大大 阅读(263) 评论(0) 推荐(0)
摘要:import android.os.Bundle;import android.support.annotation.Nullable;import android.support.v4.app.Fragment;import android.support.v7.widget.StaggeredG 阅读全文
posted @ 2017-09-21 20:52 于大大 阅读(451) 评论(0) 推荐(0)
摘要:public class MainActivity extends AppCompatActivity { private ListView lv; private RequestQueue requestQueue; private MyAdapter ad; @Override protecte 阅读全文
posted @ 2017-09-17 20:30 于大大 阅读(418) 评论(0) 推荐(0)
摘要:public class PicturePagerAdapter extends PagerAdapter { private static final String tag = "PicturePagerAdapter"; List<ImageView> list; public PictureP 阅读全文
posted @ 2017-09-10 21:08 于大大 阅读(359) 评论(0) 推荐(0)