Android Programming error in json convertion -


http://codeoncloud.blogspot.in/2013/07/android-mysql-php-json-tutorial.html used above link. same coding error error parsing data org.json.jsonexception: value

you getting exception(jsonexception) because php service not return valid json , said in comment seems php service returning html snippet <br> instead of proper json string.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -