Is it possible to get HTML content in Android? -
Is it possible to get HTML content in Android and I do not need it? Want to get the name of the top films in IMDB (), is it possible to get anything without a name?
First of all, check if your targeted site has an API, if it does, then it is OK !
If this does not happen, you can read the details of yourself from HTML, it is called Web Scrapping.
How can you do it.
Edit:
I think you have got an API and it is working with XML. How you can work with XML in Android
Comments
Post a Comment