自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 136

原创 上传头像

一<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 133

原创 购物车

一<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 135

原创 购物车分类

一<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 516

原创 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 108

原创 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 202

原创 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 121

原创 流式布局

一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 104

原创 购物车

一<?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 169 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 194

原创 网络拦截器

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 112

原创 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 145

原创 网络获取轮播图

一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 254

原创 属性动画 左上角滑动到右下角

一<?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 762

原创 登录 轮播 二维码

一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 197

原创 线性水波纹

一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 136

原创 轮播页面

一<?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 204

原创 数据库

一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 122

原创 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=&quot

2018-09-20 11:30:26 149

原创 侧滑+鸡肋

一<?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 139

原创 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 91

原创 获取数据 跳转轮播

一<?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=&quot

2018-09-15 08:22:46 147

原创 判断网络是否可用

一<?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 188

原创 侧滑

一<?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 100

原创 导航栏

一<?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 177

原创 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 108

原创 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 999

原创 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 1346 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除