摘要:
public class RetrofitHelper { private static OkHttpClient okHttpClient; private static ServiceAPI serviceAPI; private static ServiceAPI api; static { initOkhttpClient(); } ...
阅读全文
posted @ 2018-01-26 18:36
绍良的帅气笔记
阅读(597)
推荐(0)
摘要:
// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com...
阅读全文
posted @ 2017-12-27 09:51
绍良的帅气笔记
阅读(282)
推荐(0)
摘要:
apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "27.0.1" defaultConfig { applicationId "com.bwie.eventbuslian" minSdkVersion 16 ...
阅读全文
posted @ 2017-12-27 09:48
绍良的帅气笔记
阅读(173)
推荐(0)
摘要:
package net.goeasyway.uploadimage.presenter;import net.goeasyway.uploadimage.model.Photo;import net.goeasyway.uploadimage.model.getModel;import net.go
阅读全文
posted @ 2017-12-18 10:53
绍良的帅气笔记
阅读(175)
推荐(0)
摘要:
public class StreamTools { /** * 字节流转化成字符串 */ public static String readFromNetWork(InputStream is){ try { ByteArrayOutputStream baos = new ByteArrayOutputStr...
阅读全文
posted @ 2017-11-11 08:54
绍良的帅气笔记
阅读(126)
推荐(0)
摘要:
package com.example.shexinhai_08222; import android.graphics.Color; import android.os.Handler; import android.os.Message; import android.support.v4.app....
阅读全文
posted @ 2017-10-23 08:20
绍良的帅气笔记
阅读(440)
推荐(0)
摘要:
http://blog.csdn.net/whitley_gong/article/details/51956429 https://github.com/bwei1503d/xme/blob/master/app/src/main/java/com/bwei/xme/exception/Crash
阅读全文
posted @ 2017-10-20 08:41
绍良的帅气笔记
阅读(150)
推荐(0)
posted @ 2017-10-13 20:16
绍良的帅气笔记
阅读(148)
推荐(0)
posted @ 2017-10-13 13:17
绍良的帅气笔记
阅读(186)
推荐(0)
摘要:
http://www.cnblogs.com/zzw1994/p/5197758.html
阅读全文
posted @ 2017-10-10 20:06
绍良的帅气笔记
阅读(114)
推荐(0)