1

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

Snake
  • 14,228
  • 27
  • 117
  • 250

1 Answers1

2

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?

Community
  • 1
  • 1
Soham
  • 4,940
  • 3
  • 31
  • 48