[android-developers] Re: Getting webview content

2013-05-07 Thread bob
Maybe just create an HttpURLConnection to the URL? There's an example here: *http://developer.android.com/reference/java/net/HttpURLConnection.html* It says: * URL url = new URL("http://www.android.com/";);* * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();* *

[android-developers] Re: Getting webview content

2013-05-07 Thread Piren
http://lmgtfy.com/?q=android+get+webview+html On Tuesday, May 7, 2013 4:04:04 PM UTC+3, ANKUR1486 wrote: > > Hi all , > > > how can we get the webview contents > > urgent pls help > > thanks > -- -- You received this message because you are subscribed to the Google Groups "Android Developers"