Issue
Is it possible to get HTML content in Android and remove what I don't need from it?
For example I want to get the name of the top movies in IMDB(http://www.imdb.com/chart/top), now is it possible just to get the names without anything else?
Solution
First of all, check if your target site has an API. If it does, fine!
If it doesn't, you can read details from the HTML itself, it's called Web Scraping.
You can find how to do it here.
EDIT:
I see you've found an API and it working with XML. You can find how to work with XML in android here.
Answered By - nrofis
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.