- 博客(28)
- 收藏
- 关注
原创 Greendao
一创表package com.example.zhoukaomoni2;import android.content.Context;/** * Created by 。。。。 on 2018/11/5. */public class DaoMessage { private static DaoMessage instance; private fina...
2018-11-23 08:09:09
164
原创 上传头像
一<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="mat...
2018-11-22 13:48:30
153
原创 购物车
一<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="...
2018-11-18 19:14:17
157
原创 购物车分类
一<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="ma...
2018-11-12 08:03:47
548
原创 GreenDao
一<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_p
2018-11-04 20:30:12
127
原创 retrofit+mvp
一package com.example.zhoukaomoni.api;import com.example.zhoukaomoni.bean.GoodsBean;import com.example.zhoukaomoni.bean.ProductBean;import retrofit2.Call;import retrofit2.http.GET;import retr...
2018-11-04 18:57:04
222
原创 Retrofit
一package com.example.retrofit;import android.database.Observable;import retrofit2.Call;import retrofit2.http.GET;/** * Created by 。。。。 on 2018/11/2. */public interface ApiService { @...
2018-11-02 20:58:25
134
原创 流式布局
一package com.example.liuhuan20181025;import android.content.Context;import android.util.AttributeSet;import android.view.View;import android.view.ViewGroup;/** * Created by 。。。。 on 2018/10/...
2018-10-25 21:00:07
118
原创 购物车
一<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_
2018-10-25 14:23:58
191
1
原创 分类
一<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="ma...
2018-10-25 09:23:25
210
原创 网络拦截器
package com.example.day18;import java.io.IOException;import okhttp3.HttpUrl;import okhttp3.Request;import okhttp3.Response;/** * Created by 。。。。 on 2018/10/24. */public class Interceptor ...
2018-10-24 18:47:54
128
原创 RecyclerView
一package com.example.logonandlingin.callback;/** * Created by 。。。。 on 2018/10/16. */ public interface ICallBack { void onsuccess(Object o); void onFailed(Exception e);}...
2018-10-20 09:42:38
165
原创 网络获取轮播图
一package com.example.day15;/** * Created by 。。。。 on 2018/10/16. */public interface ICallBack { void onsuccess(Object o); void onFailed(Exception e);}二package com.example.day15;...
2018-10-19 10:47:42
286
原创 属性动画 左上角滑动到右下角
一<?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:tools="h
2018-10-19 08:32:06
810
原创 登录 轮播 二维码
一package com.example.zhoukaomoni.utils;import android.os.Handler;import com.example.zhoukaomoni.inter.ICallBack;import com.google.gson.Gson;import java.io.IOException;import java.lang.refle...
2018-10-15 07:56:39
218
原创 线性水波纹
一package com.example.day4;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.DrawFilter;import android.graphics.Paint;import ...
2018-10-07 19:56:51
150
原创 轮播页面
一<?xml version="1.0" encoding="utf-8"?><RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" xmlns:android="http://schemas.android.com/apk/res/
2018-09-22 08:27:41
227
原创 数据库
一package com.bwie.newsmonth06.db;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteOpenHelper;/** * Created by eric on 2018/9/1...
2018-09-21 11:28:17
143
原创 tabLayout+频道管理
一<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="
2018-09-20 11:30:26
171
原创 侧滑+鸡肋
一<?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/dl" android:layout_width...
2018-09-20 11:19:46
152
原创 Tablayout
一<?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:tools="h
2018-09-16 19:01:20
99
原创 获取数据 跳转轮播
一<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="
2018-09-15 08:22:46
164
原创 判断网络是否可用
一<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_p
2018-09-14 09:37:05
204
原创 侧滑
一<?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/dl_root" android:layout_...
2018-09-12 20:48:23
116
原创 导航栏
一<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_p
2018-09-11 20:10:53
189
原创 Xlistview
一package com.example.zhoukao2;import android.app.Application;import android.os.Environment;import com.nostra13.universalimageloader.cache.disc.DiskCache;import com.nostra13.universalimageload...
2018-09-08 11:15:31
116
原创 listview加载图片
一package com.example.day8;import android.os.AsyncTask;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.util.Log;import android.widget.ListView;import ...
2018-09-07 09:23:45
1021
原创 DoGet
一,package com.example.zhoukaolianxi1;import android.support.v4.app.FragmentManager;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import andr...
2018-09-02 19:01:07
1369
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人