12 2018 档案
Conflict with dependency 'com.android.support:support-annotations' in project ':xxx'. Resolved versions for app (25.4.0) and test app (27.1.1) differ 问题解决
摘要:Conflict with dependency 'com.android.support:support annotations' in project ':xxx'. Resolved versions for app (25.4.0) and test app (27.1.1) differ 阅读全文
posted @ 2018-12-22 15:20 zhangmiao14 阅读(647) 评论(0) 推荐(0) 编辑
代码整洁之道-第2章-有意义的命名-读书笔记
摘要:第 2 章 有意义的命名 15 28 2.1 介绍 文章列出取个好名字的几条简单规则。 2.2 名副其实 代码的模糊度:即上下文在代码中未被明确体现的程度。 2.3 避免误导 程序员必须避免留下掩藏代码本意的错误线索。应当避免使用与本意相悖的词。 提防使用不同之处较小的名称。 以同样的方式拼写出同样 阅读全文
posted @ 2018-12-19 19:10 zhangmiao14 阅读(386) 评论(0) 推荐(0) 编辑
Retrofit官方文档翻译
摘要:Retrofit官方文档翻译 官方文档网址 http://square.github.io/retrofit/ 介绍 Retrofit 将你的 HTTP API 转换为 Java 接口。 Retrofit 类会生成一个 GitHubService 接口的实现对象。 创建的 GitHubService 阅读全文
posted @ 2018-12-10 14:20 zhangmiao14 阅读(829) 评论(0) 推荐(0) 编辑
Bitmap too larget to be uploaded into a texture的解决方法
摘要:Bitmap too larget to be uploaded into a texture的解决方法 问题描述 使用canvas.drawBitmap()系列方法时,抛出错误Bitmap too larget to be uploaded into a texture。 问题原因 错误日志的内容 阅读全文
posted @ 2018-12-04 17:24 zhangmiao14 阅读(1677) 评论(0) 推荐(0) 编辑