Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction

Is it possible to retrieve the informaion from the server?

share|improve this question
12  
Please mark your preferred answer as correct (checkmark beside the answer) so that others may see at a glance which is the correct answer and the author gets the reward. – ubuntudroid May 2 '11 at 9:13

1 Answer

Localhost is device's own loopback interface, if you're trying to access your development machine use 10.0.2.2.

More about it here.

share|improve this answer
1  
thank u. and how to get the database connection from our web application. i want to retrieve the data from database i like listview in android pls help me – saravanan Feb 10 '10 at 9:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.