I'm developing an android application where in a website I programmatically submit data into search box and retrieve results by Java.
I get the data by using URLConnect
Java. I get the source code ie html code......
Urlconnection a = .connect to host
getinputstream
read data
I use these functions now if the site has content like:
sahil
3/5 patel chowk
965955
since these details will be inside html tags i want to extract this information . any idea?