• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Showing html pages

Dunkan

Lurker
The problem is:
I need to get tables from different html pages not loading the hole page. When I try to get org.w3c.dom.Document by DocumentBuilder I get an Exception. Is there any way to get only the tables from pages or show only the part of the page (e.g. by WebView)?
 
It sounds like you'll want to build your own HTTP requests and then parse the returned results for the specific HTML you want, then potentially concatenate it and add it to a WebView.
 
Back
Top Bottom