文件名称:BindService
介绍说明--下载内容均来自于网络,请自行研究使用
绑定形式的Service,是通过bindService()方法将组件与Service绑定,并且Service也会提供一个接口与绑定它的组件进行通信。-Bound form of Service, is () method with the Service is bound by the component bindService, and Service will also provide an interface to bind its components to communicate.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BindService\.classpath
...........\.project
...........\.settings\org.eclipse.jdt.core.prefs
...........\AndroidManifest.xml
...........\bin\AndroidManifest.xml
...........\...\BindService.apk
...........\...\classes\com\bindservice\BindServiceActivity.class
...........\...\.......\...\...........\BuildConfig.class
...........\...\.......\...\...........\HelloBindService$LocalBinder.class
...........\...\.......\...\...........\HelloBindService.class
...........\...\.......\...\...........\R$attr.class
...........\...\.......\...\...........\R$dimen.class
...........\...\.......\...\...........\R$drawable.class
...........\...\.......\...\...........\R$id.class
...........\...\.......\...\...........\R$layout.class
...........\...\.......\...\...........\R$menu.class
...........\...\.......\...\...........\R$string.class
...........\...\.......\...\...........\R$style.class
...........\...\.......\...\...........\R.class
...........\...\classes.dex
...........\...\dexedLibs\android-support-v4-736069eb51f3d9a8fd78764d0fd3ab40.jar
...........\...\jarlist.cache
...........\...\res\crunch\drawable-hdpi\ic_launcher.png
...........\...\...\......\.........mdpi\ic_launcher.png
...........\...\...\......\.........xhdpi\ic_launcher.png
...........\...\...\......\..........xhdpi\ic_launcher.png
...........\...\resources.ap_
...........\gen\com\bindservice\BuildConfig.java
...........\...\...\...........\R.java
...........\ic_launcher-web.png
...........\libs\android-support-v4.jar
...........\proguard-project.txt
...........\project.properties
...........\res\drawable-hdpi\ic_launcher.png
...........\...\.........mdpi\ic_launcher.png
...........\...\.........xhdpi\ic_launcher.png
...........\...\..........xhdpi\ic_launcher.png
...........\...\layout\main.xml
...........\...\menu\bind.xml
...........\...\values\dimens.xml
...........\...\......\strings.xml
...........\...\......\styles.xml
...........\...\......-sw600dp\dimens.xml
...........\...\.........720dp-land\dimens.xml
...........\...\.......v11\styles.xml
...........\...\.........4\styles.xml
...........\src\com\bindservice\BindServiceActivity.java
...........\...\...\...........\HelloBindService.java
...........\bin\classes\com\bindservice
...........\...\res\crunch\drawable-hdpi
...........\...\...\......\drawable-mdpi
...........\...\...\......\drawable-xhdpi
...........\...\...\......\drawable-xxhdpi
...........\...\classes\com
...........\...\res\crunch
...........\gen\com\bindservice
...........\src\com\bindservice
...........\bin\classes
...........\...\dexedLibs
...........\...\res
...........\gen\com
...........\res\drawable-hdpi
...........\...\drawable-ldpi
...........\...\drawable-mdpi
...........\...\drawable-xhdpi
...........\...\drawable-xxhdpi
...........\...\layout
...........\...\menu
...........\...\values
...........\...\values-sw600dp
...........\...\values-sw720dp-land
...........\...\values-v11
...........\...\values-v14
...........\src\com
...........\.settings
...........\assets
...........\bin
...........\gen
...........\libs
...........\res
...........\src
BindService