- 博客(5)
- 收藏
- 关注
原创 RecyclerView 多条目
implementation 'com.facebook.fresco:fresco:1.8.1' implementation 'com.android.support:design:27.1.1' //添加retrofit依赖 compile 'com.squareup.retrofit2:retrofit:2.3.0' //添加gson转换器的依赖 ...
2018-06-08 13:47:11
208
原创 购物车
activity_main<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:too...
2018-05-30 19:25:40
100
原创 Gv和Lv切换
adapter文件夹MyAdapter包public class MyAdapter extends RecyclerView.Adapter<MyAdapter.MyViewHolder> { private List<GoodsBean.DataBean> list; private Context context; private int flag ...
2018-04-22 19:29:46
2494
原创 MVP登录
<EditText android:id="@+id/name" android:layout_width="match_parent" android:layout_height="wrap_content" /><EditText android:id="@+id/pwd" android:layout_width="match_
2018-04-19 14:10:21
213
原创 MVP Ok商品列表 下拉加载 上拉刷新
MainActivitypublic class MainActivity extends AppCompatActivity implements IMainView{ private static final String TAG = "MainActivity====="; private int page=1; private XListView xlistView; ...
2018-04-19 13:56:34
191
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅