Reputation: 14648
I have a webpage that I know the contents of (standard look) I am trying to parse the webpage in my android device so that I can extract certain information (say phone number). I have the URL. How can I achieve this in Android? Any suggestion to how I can start or a quick example of doing so? Thank you so much for the help
Upvotes: 1
Views: 11276
Reputation: 4960
Try HTMLCleaner or TagSoup, for more information please check this example: http://blog.andrewpearson.org/2010/07/android-html-parsing.html
Also check out this StackOverflow question: What is the fastest way to scrape HTML webpage in Android?
Upvotes: 2