由于RxJava1.x版本已经在2018.3.31不再更新了,因此本文是基于的2.x版本的源码。至于2.x和1.x有什么不同可以去他们Githu...
FragmentTabHost+ViewPager+Fragment+RecyclerView 现象:在 Fragment.onCreateVi...
环境 :Android Studio 2.3 不定时出现的Error信息:Error:Execution failed for task ':p...
在Some points 1中对四大组件做了概览,这里详细记录一下官方文档上对Service做出的说明。 service运行在所在进程的主线程的...
读 Fragments 总结 生命周期 Creating a Fragment adding a fragment without a UI :...
读官方文档 activities/Processes and Application Lifecycle总结 Android中应用的进程的生命周...
读官方文档 activities/tasks-and-back-stack总结 Launch Mode Launch Mode 决定了 act...
Activity 生命周期 onResume():在 Activity 即将开始与用户进行交互之前调用。 此时,Activity 处于 Acti...
所谓LRU,即 Least Recently Used,“最近使用”。Picasso的LruCache实现了其自定义的一个interface:C...