Hello,
Thanks for your reply. However using of HTTP GET request does not download
the exact content that you will see on the WebView. Many websites
especially technical article sites, send content based on the browser and
whether JavaScript is enabled or not.
Is there any other way of achieving this?

Thanks,

On Wed, Jun 20, 2012 at 12:45 PM, Nobu Games <[email protected]>wrote:

> Write your own HTTP GET request component that downloads a web page,
> parses the HTML and searches it for linked documents and resources and
> download these.
>
> Maybe you'll find ready-made website crawler components on the web because
> this is a non-trivial task with lots of pitfalls like recursion and
> infinite loops during downloads or downloading the whole Internet because
> no reasonable limits are applied.
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to