molleman
molleman

Reputation: 2946

A programming technique for android web scraping application

I am building an android application , that will plot a list of addresses on a google map. The list of addresses are on a website. . What would be the best way to scrape these addresses from the website, and then store them into my android application sqlite database.

This is the website http://itica.ie/chipper_directory

What would be the best way to go about programming for this website?

Upvotes: 1

Views: 593

Answers (1)

user668660
user668660

Reputation:

Use an HTML parser. JSoup is good, and easy to use.

Upvotes: 2

Related Questions