09 2016 档案
摘要:解决方案: Glide.with(mContext).load(url).diskCacheStrategy(DiskCacheStrategy.SOURCE).into(imageView);
阅读全文
摘要:1. https://androidsweets.ongoodbits.com/ 2. https://www.androiddevdigest.com/ 3.http://us12.campaign-archive2.com/home/?u=f39692e245b94f7fb693b6d82&id
阅读全文
摘要:网站分享插件,网上一大堆,只不过都需要集成别人封装好的或者自己挨个把每家的都实现一遍,相当麻烦。 这里推荐一种另辟蹊径的实现方式: 来自: https://tumutanzi.com/archives/11987 总而言之,一句话,直接在<a>标签里面href加上js代码,就能实现分享网站的效果了.
阅读全文
摘要:Device Art Generator Device Art Generator 你可以使用 Device Art Generator 方便快捷地将应用截图嵌入到真实设备的效果图中。这样,当用户在你的网站上或其他宣传材料中看到你的应用截图时,就能更加直观地了解应用的内容环境 地址: 去试试吧 >>
阅读全文
摘要:错误信息如上:view与BottomSheetBehavior不匹配??? 这是什么鬼呢??? 由于BottomSheetBehavior填充的view需要为 android.support.design.widget.CoordinatorLayout 的一个子view,这时候,比如view在布局
阅读全文
摘要:Android Studio 编译中断.... 错误信息如上: 解决方案: drawable里面的图片格式保存不对,Android studio 当编译资源文件的时候(using AAPT(Android Asset Packaging Tool))会抛出异常, 只需要用图片编辑工具,打开重新保存为
阅读全文
摘要:Android studio GPU Monitor 在真机上不能使用,提示:GPU Profiling needs to be enabled in the device's developer options disable 解决方案: 打开手机设置,进入开发者模式选项,然后找到GPU呈现模式分
阅读全文
摘要:首先要安装CheckStyle-IDEA插件,官网:https://plugins.jetbrains.com/plugin/1065 打开Android studio进入设置->Plugins->搜索CheckStyle-IDEA,安装,重启Android studio。 然后配置checksty
阅读全文