摘要: 以前好多倒计时的需求都需要自己去写,今天发现android 原来自带了倒计时的类CountDownTimer,和适合用于发送短信 ,等待验证码的情况代码展示了在一个TextView进行60S的倒计时功能public class MainActivity extends AppCompatActivi... 阅读全文
posted @ 2015-11-09 15:08 小白第二 阅读(3549) 评论(1) 推荐(0) 编辑
摘要: 1对StrongReference、WeakReference和SoftReference的认识分享一下《深入理解Java虚拟机》中的描述:强引用(StrongReference):就是在代码中普遍存在的,类似Object obj = new Object()这类的引用,只要强引用还存在,GC永远不... 阅读全文
posted @ 2015-11-09 15:00 小白第二 阅读(747) 评论(0) 推荐(0) 编辑
摘要: public void createQRImage(String url) { try { // 判断URL合法性 if (url == null || "".equals(url) || url.length() hints = new ... 阅读全文
posted @ 2015-11-09 11:00 小白第二 阅读(1485) 评论(0) 推荐(0) 编辑