Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code JSP/Java
Title: aidl-Cross-process-calls Download
 Description: This two-day learning aidl cross-process calls, research and one day finally wrote helloword to ... the development of the aidl cross-process calls, mainly consists of the following steps: 1. Created. Aidl file- the file (YourInterface.aidl) defines a client The available methods and data interface. 2 in the makefile. Aidl file- (the Eclipse ADT plugin provides management functions) Android called AIDL compiler tools/folder. 3 interface-AIDL compiler to create an interface from the the AIDL interface file using the Java language, the interface, the naming of a successor for the Stub internal abstract class (and some additional IPC calls) to do is to create a inherit the YourInterface.Stub class in aidl file declared. Open interface to the client- if writing services, should inherit Service and reload Service.onBind (Intent) to return the interface object instance
 Downloaders recently: [More information of uploader hpudn9]
 To Search:
File list (Check if you may need any files):
 

aidl Cross-process calls\aidl跨进程调用.txt
........................\RemoteClientTest\.classpath
........................\................\.project
........................\................\AndroidManifest.xml
........................\................\bin\classes\com\amaker\ch07\app\IPerson$Stub$Proxy.class
........................\................\...\.......\...\......\....\...\IPerson$Stub.class
........................\................\...\.......\...\......\....\...\IPerson.aidl
........................\................\...\.......\...\......\....\...\IPerson.class
........................\................\...\.......\...\zsh\MainActivity$1.class
........................\................\...\.......\...\...\MainActivity$2.class
........................\................\...\.......\...\...\MainActivity.class
........................\................\...\.......\...\...\R$attr.class
........................\................\...\.......\...\...\R$drawable.class
........................\................\...\.......\...\...\R$id.class
........................\................\...\.......\...\...\R$layout.class
........................\................\...\.......\...\...\R$string.class
........................\................\...\.......\...\...\R.class
........................\................\...\classes.dex
........................\................\...\RemoteClientTest.apk
........................\................\...\RemoteTest.apk
........................\................\...\res\drawable-hdpi\ic_launcher.png
........................\................\...\...\.........ldpi\ic_launcher.png
........................\................\...\...\.........mdpi\ic_launcher.png
........................\................\...\resources.ap_
........................\................\gen\com\amaker\ch07\app\IPerson.java
........................\................\...\...\zsh\R.java
........................\................\proguard.cfg
........................\................\project.properties
........................\................\res\drawable-hdpi\ic_launcher.png
........................\................\...\.........ldpi\ic_launcher.png
........................\................\...\.........mdpi\ic_launcher.png
........................\................\...\layout\main.xml
........................\................\...\values\strings.xml
........................\................\src\com\amaker\ch07\app\IPerson.aidl
........................\................\...\...\zsh\MainActivity.java
........................\......ServerTest\.classpath
........................\................\.project
........................\................\AndroidManifest.xml
........................\................\bin\Chapter07_Service_Remote.apk
........................\................\...\classes\com\amaker\ch07\app\IPerson$Stub$Proxy.class
........................\................\...\.......\...\......\....\...\IPerson$Stub.class
........................\................\...\.......\...\......\....\...\IPerson.aidl
........................\................\...\.......\...\......\....\...\IPerson.class
........................\................\...\.......\...\......\....\...\IPersonImpl.class
........................\................\...\.......\...\......\....\...\MainActivity.class
........................\................\...\.......\...\......\....\...\MyRemoteService.class
........................\................\...\.......\...\......\....\...\R$attr.class
........................\................\...\.......\...\......\....\...\R$drawable.class
........................\................\...\.......\...\......\....\...\R$id.class
........................\................\...\.......\...\......\....\...\R$layout.class
........................\................\...\.......\...\......\....\...\R$string.class
........................\................\...\.......\...\......\....\...\R.class
........................\................\...\classes.dex
........................\................\...\RemoteServerTest.apk
........................\.......

CodeBus www.codebus.net