How to get data from HTML?

I am writing an Android application that requires me to download code html

from a website and get the data I need and discard the rest. Also I may need to convert the code to xml

or json

.

+3


source to share


1 answer


Try this, I don't know if this is really what you wanted or how it works as I am not an android expert, hope this helps anyway Regards Tom



http://xjaphx.wordpress.com/2012/02/04/android-xml-adventure-parsing-html-using-jsoup/

+1


source







All Articles