Re: [android-developers] How to load url in webview.

2010-06-13 Thread Sohan badaya
Hi All, Above code not working in my system because of proxy problem. Is anyone know how to set behind proxy in emulator. Thanks Sohan Badaya On Fri, Jun 11, 2010 at 7:52 PM, Sohan badaya sohan.bad...@gmail.comwrote: Hi, Thanks for reply, I will try this code behind proxy. Hope this will

[android-developers] How to load url in webview.

2010-06-11 Thread Sohan badaya
Hi All, Below code not working in my system. public class WebViewDemo extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main);

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Mark Murphy
Would you mind telling us how it is not working? Sohan badaya wrote: Below code not working in my system. public class WebViewDemo extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Mark Murphy
Sohan badaya wrote: Not working means I am getting blank white screen. When i hit url in browser of emulator, it works so internet connection is perfectly fine. Do you have the INTERNET permission in your manifest? Does LogCat have any information? You can access LogCat via adb logcat, DDMS,

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Sohan badaya
Hi, Thanks for reply, Yes i have written internet permission in menifest file. Sohan Badaya On Fri, Jun 11, 2010 at 7:09 PM, Mark Murphy mmur...@commonsware.comwrote: Sohan badaya wrote: Not working means I am getting blank white screen. When i hit url in browser of emulator, it works

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Mark Murphy
Sohan badaya wrote: Hi, Thanks for reply, Yes i have written internet permission in menifest file. Try other Web pages. You mentioned a proxy server. AFAIK, whatever setting you have for the device proxy will be used by WebView. I do not see where you can configure a separate proxy for the

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Sohan badaya
Hi, Thanks for reply, I will try this code behind proxy. Hope this will work. Sohan Badaya On Fri, Jun 11, 2010 at 7:38 PM, Mark Murphy mmur...@commonsware.comwrote: Sohan badaya wrote: Hi, Thanks for reply, Yes i have written internet permission in menifest file. Try other Web