自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

李海明的博客

为了梦想而飞,不枉此生。

  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 android studioGsonFormat插件以及遇到Plugin Error: GsonFormat threw an uncaught PluginException. Disable Pl

1.安装 2.安装 3.然后重启,有可能遇见问题Plugin Error: GsonFormat threw an uncaught PluginException. Disable Plugin 下载一个老版本,如果studio不是最新版本 地址https://plugins.jetbrains.com/androidstudio/plugin/7654-gsonformat

2016-12-23 10:40:50 1349

原创 retrofit 2.0 post 上传json

1.mApi = new Retrofit.Builder().baseUrl("http://59.110.24.217/") .addConverterFactory(GsonConverterFactory.create()) .build().create(Api.class); 2.Map,Object> map =new HashMap,Object>

2016-12-23 09:47:42 1196 2

原创 android studio导项目总是导不进去的解决办法

1.翻墙 2.把gradle-wrapper.properties文件打开,https\://services.gradle.org/distributions/gradle-2.4-all.zip 其实就是改成自己的gradle版本,然后就可以了

2016-12-17 14:56:22 1746

android glide

glide最基本的用法,对于小白了解glide的用法最为合适。

2017-02-05

android三级联动地址选择

android收货地址选择的demo

2016-09-20

Volley简单封装

主要有VOlley的二次封装,以及post请求实例,get请求大家应该都会了,还有通过tag绑定生命周期

2016-09-13

Volley网络图片加载

主要对Volley加载图片,NetworkImageView加载图片的两种方式

2016-09-12

AIDLService,远程调用例子。包括服务端与客户端两个工程文件

AIDLService,远程调用例子。包括服务端与客户端两个工程文件

2015-10-19

空空如也

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

TA关注的人

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