[android-developers] Re: How to access internet in emulator v1.0

2008-12-27 Thread Tez
Hi, To access internet from within an activity, you need to setup INTERNET permissions in your manifest file. Then you can access the internet either by launching your activity with a WebView or you can use some code that utilizes Android's network layer. Cheers, Earlence On Dec 26, 12:31 pm, "

[android-developers] Re: How to access internet in emulator v1.0

2008-12-28 Thread sheik
Thanks Tez.. i shall look into it and let u know.. On Dec 27, 5:08 pm, Tez wrote: > Hi, > > To access internet from within an activity, you need to setup INTERNET > permissions in your manifest file. Then you can access the internet > either by launching your activity with a WebView or you can u

[android-developers] Re: How to access internet in emulator v1.0

2008-12-29 Thread anand
When I tried the emulator, it automatically picked up the internet connection that the PC has. I clicked on the browser icon in home screen, google's home page gets loaded. And I was able to search for directions and other stuff using the emulator. On Dec 28, 9:03 am, sheik wrote: > Thanks Tez..