Android基础知识

一、四大组件

Activity(活动)、Service(服务)、BroadcastReceiver(广播器)、Content Provider(内容提供器)

二、五大布局

LinearLayout(线性布局)、FrameLayout(单帧布局)、RelativeLayout(相对布局)、AbsoluteLayout(绝对布局)、TableLayout(表格布局)

三、四种数据存储方式

SharePreference、SQLite、Content Provider、File

四、Activity的四种加载模式

standard、singleTop、singleTask、singleInstance

五、一个神奇的组件

Intent

其四个重要属性——Action、Data、Category、Extras

。。。。。。未完待续

原文地址:https://www.cnblogs.com/wangwangfei/p/4459306.html