How can I use text from an EditText Field into a web page?
        Posted  
        
            by 
                S.M. Hasibur Rahman
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by S.M. Hasibur Rahman
        
        
        
        Published on 2011-02-15T15:15:29Z
        Indexed on 
            2011/02/15
            15:25 UTC
        
        
        Read the original article
        Hit count: 364
        
android
Hi there, I am creating a library search engine based on android. I want to have an EditText field in my application, where user will put the search text. And upon clicking the search button it should search using the library web page. I want to use the text being put in the EditText field to be used by the web page in the background and want to show the result to the user. Could find a clue. I will be really grateful if you could answer asap.
Thanks. / Hasibur Rahman
© Stack Overflow or respective owner