EditText
and a Button
in my layout. After writing inside the edit field and clicking 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. Where can I find an example of it?Tracking Valuable Threads from Worldwide Discussion Boards for Android Enthusiasts and Programmers
EditText
and a Button
in my layout. After writing inside the edit field and clicking 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. Where can I find an example of it?