上一页 1 2 3 4 5 6 ··· 10 下一页
  2023年7月26日
摘要: https://www.imooc.com/article/details/id/290477 阅读全文
posted @ 2023-07-26 10:52 白衣雨果 阅读(90) 评论(0) 推荐(0)
  2023年7月4日
摘要: https://blog.csdn.net/qq_45634989/article/details/129142935 阅读全文
posted @ 2023-07-04 16:35 白衣雨果 阅读(53) 评论(0) 推荐(0)
  2023年6月15日
摘要: https://github.com/toly1994328/FlutterUnit 阅读全文
posted @ 2023-06-15 19:59 白衣雨果 阅读(16) 评论(0) 推荐(0)
  2022年9月26日
摘要: 检查module是否采用了kotlin混合编程,如果是需要加上 apply plugin: 'kotlin-kapt' defaultConfig { minSdkVersion Integer.parseInt(MIN_SDK_VERSION) targetSdkVersion Integer.p 阅读全文
posted @ 2022-09-26 15:24 白衣雨果 阅读(278) 评论(0) 推荐(0)
  2022年9月24日
摘要: 1、res->xml目录下增加network_security_config.xml <?xml version="1.0" encoding="utf-8"?><network-security-config> <base-config cleartextTrafficPermitted="tru 阅读全文
posted @ 2022-09-24 17:00 白衣雨果 阅读(315) 评论(0) 推荐(0)
  2021年11月15日
摘要: 问题分析 编译时报错,一般都是Process ‘command ‘C:\Users…\AppData\Local\Android\Sdk\build-tools\27.0.3\aapt.exe’’ finished with non-zero exit value 1 这个多半是资源文件有问题,是新 阅读全文
posted @ 2021-11-15 19:54 白衣雨果 阅读(2061) 评论(0) 推荐(0)
  2020年5月22日
摘要: https://blog.csdn.net/yexiaomodemo/article/details/93003060 https://www.cnblogs.com/toutou/p/debugging.html 阅读全文
posted @ 2020-05-22 14:48 白衣雨果 阅读(528) 评论(0) 推荐(0)
  2019年12月9日
摘要: /** * 判断当前view是否在屏幕可见 */public static boolean getLocalVisibleRect(Context context, View view, int offsetY) { Point p = new Point(); ((Activity) contex 阅读全文
posted @ 2019-12-09 15:26 白衣雨果 阅读(9330) 评论(0) 推荐(0)
  2019年12月5日
摘要: https://www.jianshu.com/p/b91ac97930db https://github.com/aesion/SnapUpCountDownTimerView 阅读全文
posted @ 2019-12-05 14:40 白衣雨果 阅读(421) 评论(0) 推荐(0)
  2019年11月21日
摘要: https://github.com/getActivity/ToastUtils PS:release版本注意加上混淆规则 阅读全文
posted @ 2019-11-21 16:31 白衣雨果 阅读(514) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页