文件名称:Service
介绍说明--下载内容来自于网络,使用问题请自行百度
Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。
Service有两种状态,“启动的”和“绑定”-A Service is an application component that can perform long-running operations in the background and does not provide a user interface. Another application component can start a service and it will continue to run in the background even if the user switches to another application. Additionally, a component can bind to a service to interact with it and even perform interprocess communication (IPC). For example, a service might handle network transactions, play music, perform file I/O, or interact with a content provider, all the background.
Service有两种状态,“启动的”和“绑定”-A Service is an application component that can perform long-running operations in the background and does not provide a user interface. Another application component can start a service and it will continue to run in the background even if the user switches to another application. Additionally, a component can bind to a service to interact with it and even perform interprocess communication (IPC). For example, a service might handle network transactions, play music, perform file I/O, or interact with a content provider, all the background.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ServiceDemo/
ServiceDemo/.classpath
ServiceDemo/.project
ServiceDemo/AndroidManifest.xml
ServiceDemo/assets/
ServiceDemo/gen/
ServiceDemo/gen/com/
ServiceDemo/gen/com/example/
ServiceDemo/gen/com/example/servicedemo/
ServiceDemo/gen/com/example/servicedemo/BuildConfig.java
ServiceDemo/gen/com/example/servicedemo/R.java
ServiceDemo/libs/
ServiceDemo/libs/android-support-v4.jar
ServiceDemo/proguard-project.txt
ServiceDemo/project.properties
ServiceDemo/res/
ServiceDemo/res/drawable-hdpi/
ServiceDemo/res/drawable-hdpi/ic_launcher.png
ServiceDemo/res/drawable-ldpi/
ServiceDemo/res/drawable-mdpi/
ServiceDemo/res/drawable-mdpi/ic_launcher.png
ServiceDemo/res/drawable-xhdpi/
ServiceDemo/res/drawable-xhdpi/ic_launcher.png
ServiceDemo/res/layout/
ServiceDemo/res/layout/main.xml
ServiceDemo/res/menu/
ServiceDemo/res/menu/main.xml
ServiceDemo/res/values/
ServiceDemo/res/values/dimens.xml
ServiceDemo/res/values/strings.xml
ServiceDemo/res/values/styles.xml
ServiceDemo/res/values-sw600dp/
ServiceDemo/res/values-sw600dp/dimens.xml
ServiceDemo/res/values-sw720dp-land/
ServiceDemo/res/values-sw720dp-land/dimens.xml
ServiceDemo/src/
ServiceDemo/src/com/
ServiceDemo/src/com/example/
ServiceDemo/src/com/example/servicedemo/
ServiceDemo/src/com/example/servicedemo/MainActivity.java
ServiceDemo/src/com/example/servicedemo/MyBindService.java
ServiceDemo/src/com/example/servicedemo/MyStartService.java
ServiceDemo/.classpath
ServiceDemo/.project
ServiceDemo/AndroidManifest.xml
ServiceDemo/assets/
ServiceDemo/gen/
ServiceDemo/gen/com/
ServiceDemo/gen/com/example/
ServiceDemo/gen/com/example/servicedemo/
ServiceDemo/gen/com/example/servicedemo/BuildConfig.java
ServiceDemo/gen/com/example/servicedemo/R.java
ServiceDemo/libs/
ServiceDemo/libs/android-support-v4.jar
ServiceDemo/proguard-project.txt
ServiceDemo/project.properties
ServiceDemo/res/
ServiceDemo/res/drawable-hdpi/
ServiceDemo/res/drawable-hdpi/ic_launcher.png
ServiceDemo/res/drawable-ldpi/
ServiceDemo/res/drawable-mdpi/
ServiceDemo/res/drawable-mdpi/ic_launcher.png
ServiceDemo/res/drawable-xhdpi/
ServiceDemo/res/drawable-xhdpi/ic_launcher.png
ServiceDemo/res/layout/
ServiceDemo/res/layout/main.xml
ServiceDemo/res/menu/
ServiceDemo/res/menu/main.xml
ServiceDemo/res/values/
ServiceDemo/res/values/dimens.xml
ServiceDemo/res/values/strings.xml
ServiceDemo/res/values/styles.xml
ServiceDemo/res/values-sw600dp/
ServiceDemo/res/values-sw600dp/dimens.xml
ServiceDemo/res/values-sw720dp-land/
ServiceDemo/res/values-sw720dp-land/dimens.xml
ServiceDemo/src/
ServiceDemo/src/com/
ServiceDemo/src/com/example/
ServiceDemo/src/com/example/servicedemo/
ServiceDemo/src/com/example/servicedemo/MainActivity.java
ServiceDemo/src/com/example/servicedemo/MyBindService.java
ServiceDemo/src/com/example/servicedemo/MyStartService.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.