I am working on a distributed application which consists of a server
(which is a Java application), and the client is an Android
application. I would like to somehow remotely call server's methods
from my Android client application.
So, I have two questions:
1) Since java.rmi.* package is not included in Android API, is there
an API for Android (either core or 3rd party) for remote procedure
calls?
2) If a include a stand-alone jar which contains java.rmi package to
the android client app, would it work and what would be the potential
problems?

In other words, how can I remotely call methods on Java-based server
from an Android application?

Thanks,

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to