- 博客(5)
- 收藏
- 关注
原创 购物车加播放器
依赖 compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4' compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4' compile 'com.squareup.okhttp3:okhttp:3.1.2' compile 'com.squareup.retrofit2:adap
2017-12-21 08:35:24
235
原创 拼接接口
M层 MainModelImpl public class MainModelImpl { public void getData(final ModelCallBack callBack){ Call call = MyApp.iGetDataBase.get(); call.enqueue(new Callback() {
2017-12-03 20:30:15
578
原创 RecyclerView实现二级列表
那今天就教大家使用RecyclerView来实现二级列表的购物车 废话不多说 直接上代码 权限 android:name="android.permission.INTERNET"> android:name="android.permission.READ_EXTERNAL_STORAGE" /> android:name="android.permission.WRIT
2017-11-22 10:19:41
4664
原创 使用RecylerView实现瀑布流图片
ImageUtil package com.qizu.zhoukaocar; /** * Created by WangChang on 2016/4/3. */ public class ImageUtil { public final static String[] imageUrls = new String[]{ "http://img.my.
2017-11-18 11:19:12
382
原创 购物车json实现
shop.json文件 { "code" : 200 , "orderData" : [ { "shopId": 1, "shopName":"京东自营", "cartlist": [ { "id": 1, "shopId": 1, "shopName": "京东自
2017-11-18 11:11:49
3241
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人