READING WEBSITE CONTENTS JAVA
- by Sahil Manchanda
IM 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