TableLayout 表格布局 AbsoulteLayout 绝对布局 FrameLayout 帧布局 RelativeLayout 相对布局 LinearLauout 线性布局 生命周期 onCreate() onStart() onResume() //创建 onPause() onStop() onDestory() // 销毁 onRestart() //后台运行重新唤醒