thx bro..aftre changing the key now its giving me null pointer
exception for the same code.. for the following lines
line number 51 in JSONHelper Class
JSONObject jsonObject = getJSONObject(httpResponse);
line number 160 in JSONHelper Class
if (httpResponse.getStatusLine().toString().equals("HTTP/1.1 200 OK"))line number 18 in First Class jsoNhelper.getJson(); why its giving null here.....some time before it was giving me arraylentg =0.. pls reply On Nov 24, 1:26 pm, Sarwar Erfan <[email protected]> wrote: > On Nov 24, 12:33 pm, Atik <[email protected]> wrote: > > > hi guys this the class where i m parsing the values > > > resultsJsonArray = > > jsonObject.getJSONArray("resuslt"); > > Is this spelling mistake in your actual code? (You wrote resuslt > instead results) > > Regards > Sarwar Erfan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

