HttpResponse Not working

  • Replies:2
Nikos Andreou
  • Forum posts: 2

May 14, 2013, 2:24:37 PM via Website

Hi, i'm trying to develop an app that run a URL and show the reply.
I try httpGet, HttpPost, HttpResponse and nothing works. I just want to setText with the result of the URL (ex. the remaining credits)

Can anyone help me.. Is there another way?

Reply
Nikos Andreou
  • Forum posts: 2

May 22, 2013, 3:19:12 PM via Website

Noone guys??

Reply
Ashish Tripathi
  • Forum posts: 211

Jul 23, 2013, 4:06:05 PM via Website

Hey,

Did you getting the anything when you are calling the URL.

Call the URL and check what the response you are getting. Print the response in console by input stream. You can track it whether you are hitting the server or getting some error code.

If still not working just share the code.

Reply