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

Reply via email to