READING WEBSITE CONTENTS JAVA
        Posted  
        
            by 
                Sahil Manchanda
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sahil Manchanda
        
        
        
        Published on 2012-06-17T15:14:31Z
        Indexed on 
            2012/06/17
            15:15 UTC
        
        
        Read the original article
        Hit count: 391
        
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
© Stack Overflow or respective owner