Get Data From Multiple Pages Of A Website
I am doing a android app that need to download data from multiple pages of a website. it contains pages like 1, 2, 3, 4, 5 next last. how can i handle this?
Solution 1:
Try to use Jsoup html parser(http://jsoup.org/). This is one of the well documented library.
Solution 2:
Before posting a question, you should at least attempt to find some resources on the problem yourself. My suggestion would be to start by following some tutorials (such as the android bootcamp series found here) or by working through the android development pages.
From this knowledge base you should be able to build a decent base from which you can work towards your goal.
Post a Comment for "Get Data From Multiple Pages Of A Website"