How to close/hide the Android Soft Keyboard?
        Posted  
        
            by PHP_Jedi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PHP_Jedi
        
        
        
        Published on 2009-07-10T11:27:17Z
        Indexed on 
            2010/03/14
            0:25 UTC
        
        
        Read the original article
        Hit count: 825
        
Im having an EditText and a Button in my layout. After writing inside the edit field and click on the Button, i want to hide the virtual keyboard. I guess there should be a simple, one or two liner to make this happen, but cant find any example of it.
Anyone with a suggestion?
© Stack Overflow or respective owner