Possible Duplicate:
how to call RESTful web service from android?
This is my web service link: "localhost:8080/data/resources/myapp.info/1".
How can i call it in java for an android application?
Possible Duplicate:
how to call RESTful web service from android?
This is my web service link: "localhost:8080/data/resources/myapp.info/1".
How can i call it in java for an android application?
I've had problems with localhost on the emulator. Try replacing localhost with the ipaddress of the machine you calling (using ifconfig). This worked for me yesterday.