2019年7月12日

Android 天气预报 源代码

摘要: 自己做了一个简单的: https://github.com/HBU/AndroidTest/tree/master/JsonWeatherInfoSimple 只是从网站读取JSON数据到本地,没有解析JSON格式。 涉及到联网和线程知识点,较为简单。 从GitHub上找了一个,边学边验证: htt 阅读全文

posted @ 2019-07-12 16:38 HBU_DAVID 阅读(4330) 评论(0) 推荐(0) 编辑

Android http 不能联网:Cleartext HTTP traffic to not permitted

摘要: ref: https://blog.csdn.net/gengkui9897/article/details/82863966 https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-perm 阅读全文

posted @ 2019-07-12 16:10 HBU_DAVID 阅读(596) 评论(0) 推荐(0) 编辑

天气预报 API

摘要: 郭神《第一行代码》推荐的: 彩云天气:http://caiyunapp.com/ 和风天气:https://dev.heweather.com/ 网上继续搜了搜,发现还有很多。 中国天气网:https://cj.weather.com.cn/plugin/sdk Weather API:https: 阅读全文

posted @ 2019-07-12 13:00 HBU_DAVID 阅读(260) 评论(0) 推荐(0) 编辑

《第一行代码》百分比布局 :error: attribute layout_heightPercent (XXX)not found

摘要: Android Studio 3.4.2 | gradle 5.1.1 发现问题: 学习《第一行代码》百分比布局,很多人遇到了:error: attribute layout_heightPercent (XXX)not found 网上搜索,大多是推荐增加或修改: compile 'com.and 阅读全文

posted @ 2019-07-12 00:24 HBU_DAVID 阅读(4098) 评论(1) 推荐(2) 编辑

导航