Ideally I would like to send an object of type ArrayList<ArrayList<ASimpleClass>> from a remote service in one APK to an application in another. I\'m not sure if this is even possibl
If it must implement with AIDL? And please kindly provide an example, thanks. EDIT: There are several solutions, Does anyone k开发者_开发知识库now which is better?You might be looking for the ResultR
I\'m developing on an application at the moment which contains quite a lot of personal user information - things like Facebook contacts, etc ... Now, one of the things I want to be able to do (and hav
What is the difference between these two ways of interaction between applications on Android: Implementing service in app #1 and using it in app #2
I have an app that uses a TabHost. Several of the Tabs share a common HUD. I am using a service to periodically update those values by calling an AIDL function when ready.
Under what circumstances would using AIDL to define a service interface be the correct decision (rather than just creating an extension to the ser开发者_如何学Cvice class)?You need to use AIDL if you
I am curious whether the AIDL only serves for inter-process communication between several Android apps on the same device, or AIDL provides much wider functi开发者_运维技巧onality. Let\'s say I have a
I am trying to create a Servicefor my application which will negotiate Bluetooth connections and data. I want this service\'s lifecycle to start and end with the Application, but still be able to have
I am designing a framework for a client/server application for Android phones. I am fairly new to both Java and Android (but not new to programming in gener开发者_运维知识库al, or threaded programming
I\'m developing a GPS tracking software on android. I need IPC to control the service from different activities. So开发者_如何学运维 I decide to develop a remote service with AIDL. This wasn\'t a big