aidl
Passing enums through aidl interfaces
As enums aren\'t primitive types, what\'s th开发者_如何学Goe most effective way to pass an enum through an aidl interface in Android?Is there a way to convert the enum to an ordinal first?I simply use[详细]
2023-02-09 13:49 分类:问答Android Couchdb - libcouch and IPC Aidl Services
I am working on a native CouchdDB app with android. Now just this week CouchOne released libcouch, described as \"Library files needed to interact with CouchDB on Android\":[详细]
2023-02-08 13:05 分类:问答How to track down memory leak - Find living references
I have a fairly complex app - The UI Activity launches a Service and sets up 2 way AIDL callbacks so the two can communicate.[详细]
2023-02-07 08:20 分类:问答AIDL interface between two applications
I\'ve stuck a total wall with the AIDL interfacing. I\'ve an app which has to be controlled via 3rd party application (I\'ve enough control over this so I can ask them to implement what ever I ne开发者[详细]
2023-02-04 02:20 分类:问答How to call an Android remote service (IPC) from a Widget / local service?
I\'m trying to remote control a live wallpaper from a widget. They\'re in the same APK, but obviously different processes. Calling an \"activity\" of the live wallpaper is of little use to me since it[详细]
2023-02-03 21:28 分类:问答How to use ResultReceiver in AIDL
I\'d like to declare an asynchronous service API in AIDL using ResultReceiver instead of creating my own callback interface.[详细]
2023-02-01 18:57 分类:问答How to communicate between applications on android
I am trying to have an application that runs as a service on android, other apps will be distributed that need to communicate with it.[详细]
2023-01-29 12:45 分类:问答Android: bindService won't connect to remote (AIDL) service, and i've no idea why
I\'m trying to develop开发者_JS百科 a basic AIDL service on Android 2.2.1. Everything seems to build and install ok, but bindService() just won\'t -- well, bind. My ServiceConnection class isn\'t call[详细]
2023-01-28 17:56 分类:问答Android:Eclipse won't recognize AIDL file
I\'ve looked and looked, but Eclipse (3.6, with the 2.2 Android SDK) just won\'t do anything with the AIDL file I created. The AIDL file is in the same place as the other source, following the Java st[详细]
2023-01-27 20:49 分类:问答Does Android provide any versioning mechanisms for AIDL interfaces?
We\'re 开发者_如何学JAVAplanning to export an application layer AIDL interface. What are some best practices with regards for managing version compatibility? Does Android provide any version-related m[详细]
2023-01-23 18:07 分类:问答