下载此文档

android基础知识点.doc


文档分类:IT计算机 | 页数:约8页 举报非法文档有奖
1/8
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/8 下载此文档
文档列表 文档介绍
一,android 四大组件
Activity、Service、BroadcastReceiver 、ContentProvider
二,Activity生命周期

三,横竖屏切换时的生命周期
1、新建一个Activity,并把各个生命周期打印出来
2、运行Activity,得到如下信息
10-23 02:35:: INFO/chenys(4385): onCreate-->
10-23 02:35:: INFO/chenys(4385): onStart-->
10-23 02:35:: INFO/chenys(4385): onResume-->
3、按crtl+f12切换成横屏时
10-23 02:36:: INFO/chenys(4385): onSaveInstanceState-->
10-23 02:36:: INFO/chenys(4385): onPause-->
10-23 02:36:: INFO/chenys(4385): onStop-->
10-23 02:36:: INFO/chenys(4385): onDestroy-->
10-23 02:36:: INFO/chenys(4385): onCreate-->
10-23 02:36:: INFO/chenys(4385): onStart-->
10-23 02:36:: INFO/chenys(4385): onRestoreInstanceState-->
10-23 02:36:: INFO/chenys(4385): onResume-->
4、再按crtl+f12切换成竖屏时,发现打印了两次相同的log
10-23 02:38:: INFO/chenys(4385): onSaveInstanceState-->
10-23 02:38:: INFO/chenys(4385): onPause-->
10-23 02:38:: INFO/chenys(4385): onStop-->
10-23 02:38:: INFO/chenys(4385): onDestroy-->
10-23 02:38:: INFO/chenys(4385): onCreate-->
10-23 02:38:: INFO/chenys(4385): onStart-->
10-23 02:38:: INFO/chenys(4385): onRestoreInstanceState-->
10-23 02:38:: INFO/chenys(4385): onResume-->
10-23 02:38:: INFO/chenys(4385): onSaveInstanceState-->
10-23 02:38:: INFO/chenys(4385): onPause-->
10-23 02:38:: INFO/chenys(4385): onSt

android基础知识点 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数8
  • 收藏数0 收藏
  • 顶次数0
  • 上传人xunlai783
  • 文件大小74 KB
  • 时间2017-12-22