| Author |
Json
|
mskmr maddula
Greenhorn
Joined: Jun 29, 2010
Posts: 6
|
|
|
how to create , validate, parse json as url???
|
 |
James Elsey
Ranch Hand
Joined: Dec 21, 2007
Posts: 228
|
|
|
Have you looked at the android documenation? I believe there are some examples there on XML parsing
|
Kind Regards, James. OCPJP 1.6 || My SCJP / OCJCP Study Notes
Interested in : SCJP, Google App Engine, Stripes, Android;|| My Bite-Size SCJP Study Blog
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
James Elsey wrote:Have you looked at the android documenation? I believe there are some examples there on XML parsing
However, JSON isn't XML. And it's usually sent as an HTTP POST rather than an HTTP GET (with the text in the URL).
There are JSON packages for Java, although I don't know about specific ones for Android.
Of course, the first thing I do when I need something Android-related is use the "search" feature of the Android developer's website.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Json
|
|
|