sacchu wrote: > Hi, > I was planning to develop an app using Android which requires > internet connection(connect to some website and retrieve data). Can I > test such applications using the emulator?
Assuming the computer you are running the emulator on has Internet access, there should be no problems in Android applications on the emulator accessing the Internet. For Web site access, I prefer using the Apache Jakarta Commons HttpClient library, conveniently baked into the Android SDK (yay!). -- Mark Murphy (a Commons Guy) http://commonsware.com The Busy Coder's Guide to Android Development -- coming in June 2008! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

