That's pretty vague. RPC to what? The more common way these days is to use RESTful calls using HttpClient to send a REST call to a server, and then parse the xml, json, text, w/e is returned. I know that you can do web services calls, but not really sure how as REST is far easier to deal with.
On Wed, Jan 20, 2010 at 3:02 AM, Muhammad <[email protected]> wrote: > HI, > i am new to Android can anybody help me in understanding Remote > procedure calls. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en >
-- 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

