Android, Drupal & DrupalCloud or Android-xmlrpc tutorial?
Does anyone know of a good tutorial for any of the above? I need to send data to Drupal from and Android phone. Data is stored in XML but can be converted to JSON easily. Then it needs to be stored in a user's profile. thanks I suggest you use the Drupal Views module to achieve this. It's a very powerful module which allows you to run complex queries on your database and produce output in virtually any format. Here's some information about using Views and Views Datasource module to produce JSON data . If Views Datasource isn't any use, then Views Bonus Pack module may be an alternative. Hope