240 发简信
IP属地:四川
  • rxjava2 retrofit2的文件下载与保存

    保存文件时要使用RxJava的doOnNext、map等操作符,后续更新UI的操作切换到UI线程。主线程中应该避免耗时操作 retrofit.c...

  • android.app.Fragment$InstantiationException的原因分析

    问题主要跟Activity的数据恢复有关,其可能产生的Exception: android.support.v4.app.Fragment$In...

  • Gradle 2.3.3 替换成 Gradle 3.0

    1. api你可以简单的理解为之前的compile。使用api进行引用,相当于把lib.B对外暴露了接口,这时候,假使有一个lib.C引用了li...

  • android studio3.0 遇到的问题

    1.gradle打包,自定义apk名称代码报错(Cannot set the value of read-only property 'outp...

  • popupWindow 修复Android 24以上的定位锚点问题。

    //重写showAsDropDown方法 @Override public void showAsDropDown(View anchor) {...

  • SwipeToLoadLayout框架注意问题

    项目地址: https://github.com/Aspsine/SwipeToLoadLayout SwipeToLoadLayout的子vi...

  • Git 基本使用

    git init ----------初始化git仓库 git remote add origin 你的项目地址 //注:项目地址形式为:htt...