I have an app that submits some from data to a local server and as a result the server will send back a JSON. say {status:\"success\"}
Its working when I run the ap
Just check this line:
W/System.err( 8190): org.json.JSONException: A JSONObject text must begin with '{' at character 2 of
I am sure you have made a mistake while creating/encoding JSON object on server side.