Android基础-四大组件-Service

1、定义     Android四大组件之一,提供需要在后台长期运行的服务,没有用户界面   2、生命周期 手动调用 startService() stopService() bindService() unbindService()   自动调用 onCreate() onStartCommand() onDestroy() onBind() onUnbind()   3、分类   本地服务-远
相关文章
相关标签/搜索