And-Util
文章平均质量分 82
拖着那头鸵鸟溜达
这个作者很懒,什么都没留下…
展开
-
Tinker热修复,配置时的坑
微信热修复Tinker原创 2017-01-05 13:49:10 · 1988 阅读 · 0 评论 -
onNewIntent(intent);getParentFragment();GradientDrawable;DecimalFormat
onNewIntent(intent)在使用Intent的activity1设计模式为默认(standard)时: (1)启动模式设为 standard 和 singleTop 时,使用Intent启动activity2重走的方法顺序为: (2)启动模式设为 singleInstance 和 singleTask 时,使用Intent启动activity2重走的方法顺序为: 在使用In原创 2016-12-20 15:19:00 · 808 阅读 · 0 评论 -
会员服务3-3_Lib
Lib原创 2017-02-23 16:50:19 · 408 阅读 · 0 评论 -
Android短信发送:考虑动态权限和兼容性问题
小结:刚开始觉得短信发送很简单啊,不就是这样这样,再那样一下就好了嘛。但其实内容听繁琐的。坑不多,但需要判断的东西挺多。首先需要判断有无SIM卡 TelephonyManager tm = (TelephonyManager) getSystemService(TELEPHONY_SERVICE); String simState = t原创 2017-04-27 14:58:43 · 2576 阅读 · 0 评论