摘要: 作业要求: 下载bug项目:https://github.com/lzyzsd/MemoryBugs,请注意配合使用MemoryMonitor, AllocationTracker以及HeapDump,LeakCanary等工具来查找潜在的内存问题,并尝试解决。 要求:写一篇博客,将分析解决过程描述 阅读全文
posted @ 2016-07-25 17:00 星辰满园 阅读(178) 评论(0) 推荐(0)
摘要: 使用到的方法: Timer.schedule() TimerTask() 第一个方法里面有三个参数,分别为:任务(task),延时(delay),周期(period) 延时和周期使用的单位是毫秒。 1 private Timer mTimer = new Timer(); 2 private voi 阅读全文
posted @ 2016-07-22 08:49 星辰满园 阅读(733) 评论(0) 推荐(0)