Skip to content Skip to sidebar Skip to footer

How To Parse A Html In Android?

i am new to android and wanted to read data from a url . MY aim is to parse a one single page of a particular website and store it locally. i have heared json can be used for this

Solution 1:

Check out this article: Registering via Intentfilter. It illustrates how to get html source from a webpage and display it to the user. Developed in Eclipse.


Post a Comment for "How To Parse A Html In Android?"