Possible Duplicate:
Make an HTTP request with android
So what I want to do is hit a URL without opening the browser. The URL is basically the way I am interfacing with some hardware I am playing around with (ie by hitting this URL it will trigger something in the hardware).
For example, I just want a button in my Android application to hit "localhost:8080/test" without opening the Android browser. The only thing I would like to know is whether my HTTP request succeeded or failed.
Thanks