Hey,
On Sep 9, 7:47 am, Kristopher Micinski <[email protected]> wrote: > For a while now I have been trying to communicate with the android > browser. Let me describe my situation: > I need to, when a user clicks views a page (downloads a page, > actually!), be able to get the HTML content of this page, or at the > very least, the URL of this page. I then need my app to go and do some > work with the contents of this page. Could a custom WebView be an option to you where you have the user do whatever needs to be done? WebView and associates provides a number of hooks, including getting to know accessed URLs. Cheers, --Timo -- 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

