1.了解了Android四大基本组件
http://www.cnblogs.com/bravestarrhu/archive/2012/05/02/2479461.html
Activity:个人理解类似于Web中的页面,各页面之间使用Intent 通信
Service:个人理解类似于windows里的服务,后台运行
Content Provider:用于存储数据和数据共享
BroadCastReceiver:个人理解像是Listener,用于监控短信、电池、电话等
1.了解了Android四大基本组件
http://www.cnblogs.com/bravestarrhu/archive/2012/05/02/2479461.html
Activity:个人理解类似于Web中的页面,各页面之间使用Intent 通信
Service:个人理解类似于windows里的服务,后台运行
Content Provider:用于存储数据和数据共享
BroadCastReceiver:个人理解像是Listener,用于监控短信、电池、电话等
转载于:https://www.cnblogs.com/wyx123/articles/4251942.html