码迷,mamicode.com
首页 > 移动开发 > 详细

Android 基础

时间:2014-11-28 11:34:47      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:des   android   style   http   io   ar   color   sp   on   

Activity ,Service,Content Provider,BroadcastReceiver, Intent 

SQLite,Http,Fragement,Handle

 

1,Activity: 

onCreate ——> onStart——> onResume——> onPause()——> onStop——> onDestroy

2,Service:

1) onCreate——> onStart(Intent intent,int startId)——> onDestroy

startService(serviceIntent) /stopService(serviceIntent)

2)如果希望启动服务的Activity关闭后Service自动关闭,就需要讲Activity与Service绑定。

public boolean bindService(Intent service,ServiceConnection conn ,int flags)  //flags一般为Context.BIND_AUTO_CREATE

 

 

2)AIDL

Android 基础

标签:des   android   style   http   io   ar   color   sp   on   

原文地址:http://www.cnblogs.com/developer-qin/p/4128070.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!