Tuesday, January 8, 2013

[android-developers] Re: Send multidimensional array via POST request?

You can:
  • invent a format that can be processed by your server.
  • use XML as suggested by JackN. But here as well you need to define a format
  • use JSON because it is more compact than XML and supports arrays and multidimensional arrays

On Saturday, January 5, 2013 11:03:01 AM UTC-6, Roman Bugaian wrote:
It's simly to send POST reaquest with Lists consisting of BasicNameValuePair, but how to send a pair, where a value is another list of pairs?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment