Search code examples
androidrestpostdrupaldrupal-7

Use POST function from Android, using Drupal as back end


as the title said, I'm looking for a method to handle a POST request made from my Android front end to my Drupal back end. I've already seen a lot of documentation and reference, like this one: http://tylerfrankenstein.com/code/build-mobile-app-sell-products-with-drupal

but I can't figure it out.

Anyone can help me?


Solution

  • How about using this library for native Android applications to communicate with Drupal web servers?

    Feature list:

    • Synchronous and asynchronous requests
    • Flexible object serialization / deserialization
    • API can calculate object differences to perform patch requests
    • Simple entities request