[EMAIL PROTECTED] wrote: > See the aild documents: C:\android\docs\reference\aidl.html
AIDL is for cross-component communication (Activity to Service) inside Android. AFAIK, it is not designed for use outside of Android, such as in a client/server environment. > On Nov 24, 2:01 am, check_writer <[EMAIL PROTECTED]> wrote: >> I tried implementing the Apache XML-RPC 3.1 as I normally would in a >> Java 1.5 app in eclipse and got exceptions. What were the exceptions? >> Or if XML-RPC is not possible, what are my options in the way of a >> Client/Server app on Android. The simplest is a REST-style interface, using ordinary URLs and HTTP verbs (GET, POST, PUT, DELETE). This is rather popular with Internet-based services nowadays for their public APIs. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

