摘要: 1.Thread 的运行是独立于 Activity 的,也就是说当一个 Activity 被 finish 之后,如果你没有主动停止 Thread 或者 Thread 里的 run 方法没有执行完毕的话,Thread 也会一直执行。 2.当 Activity 被 finish 之后,你不再持有该 T 阅读全文
posted @ 2017-04-25 08:56 庚拓天下 阅读(356) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liuhe688/article/details/6733407 onPause 回到 onResume 的过程“在一般的开发中用不上”,但是作为开发者还是有研究的必要。 onResume 的状态是 Activity 前台可见正在活动, onPause 是置 阅读全文
posted @ 2017-04-20 15:14 庚拓天下 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Activity有四种加载模式:standard(默认)、singleTop、singleTask、singleInstance standard:Activity的默认加载模式,即使某个Activity在Task栈中已经存在,另一个Activity通过Intent跳转到该Activity,同样会新 阅读全文
posted @ 2017-04-20 15:13 庚拓天下 阅读(536) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/linjzong/p/4191891.html https://www.cnblogs.com/kest/p/5141817.html https://blog.csdn.net/qq_21399461/article/details/79836806 阅读全文
posted @ 2017-04-20 15:10 庚拓天下 阅读(972) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/razerlack/p/4273282.html 阅读全文
posted @ 2017-04-20 14:55 庚拓天下 阅读(534) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lk_blog/article/details/7706348 阅读全文
posted @ 2017-04-20 14:54 庚拓天下 阅读(116) 评论(0) 推荐(0) 编辑
摘要: https://blog.piasy.com/2016/03/26/Insight-Android-RecyclerView-ItemDecoration/?utm_source=tuicool&utm_medium=referral 同时可以查看 深入理解 RecyclerView 系列之:Ite 阅读全文
posted @ 2017-04-20 14:52 庚拓天下 阅读(200) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/maosidiaoxian/article/details/51734895 阅读全文
posted @ 2017-04-20 14:48 庚拓天下 阅读(164) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hqdoremi/article/details/26376797 https://blog.csdn.net/u013588712/article/details/54691791 https://www.jianshu.com/p/75dc2f51cd6 阅读全文
posted @ 2017-04-20 14:47 庚拓天下 阅读(100) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/tianzhijiexian/p/3885472.html 阅读全文
posted @ 2017-04-20 14:46 庚拓天下 阅读(113) 评论(0) 推荐(0) 编辑