How to handle string response from php using android volley JsonObjectRequest [com.android.volley.ParseError: org.json.JSONException]?
问题 Actually when we call API and send request in JSON format we are expecting response also come into JSON format. But here back end team sending me response in String format therefore my onErrorResponse () method get called. Here my status code is 200. But due to format of response not executed onResponse () method. So will you please help me to handle this? Might be I have to use CustomRequest here. Any suggestoin will be appreciated. Thanks I have used volley json object request for accessing