tags:

views:

144

answers:

2

Dear all,

I am writing an android program and I need to connect to the Drupal service to fretch the data or submit data. How can I do that?

Thank you very much!!!

A: 

Sorry I don't know anything about Drupal services. But assuming they are a HTTP based services (e.g. REST service), Android uses the Apache HTTP library, see here for the HTTP docs.

Nic Strong
+2  A: 

I don't have a link available, but I know there was a fairly recent talk about using the Services module to integrate drupal with a mobile application. There is a featured article on the drupal website that discusses this a bit too.

Craig Gardner