标签:lru cache stop 生命周期 nat nconf -- cycle method 调用
一个list 存放最近使用的应用的清单。
onCreate() 开启应用第一个组件之前调用。
onLowMemory() android 系统请求这个应用释放内存是调用。
onTrimMemory()
onTerminate() 仅在测试时有效。
onConfigurationChanged()
配置改变是调用。
1.运行 :Activity 正在使用,与用户交互。
2.暂停 :Activity 可见, 但部分被掩盖,不能操作。
3.停止 :Activity 不可见。
4.死亡 :被系统 以finshed()方法 杀死。
onPause()
method is typically used to stop framework listeners and UI updates. TonStop()
method is used to save application data. 标签:lru cache stop 生命周期 nat nconf -- cycle method 调用
原文地址:http://www.cnblogs.com/halo-yang/p/7231143.html