If you have a custom EditText, that uses a different input method from soft keyboard, you should add this line to prevent him from showing.
[code=»java»»»»»]m_edittext.setInputType(InputType.TYPE_NULL);[/code]
Really easy, huh?
Have fun!
If you have a custom EditText, that uses a different input method from soft keyboard, you should add this line to prevent him from showing.
[code=»java»»»»»]m_edittext.setInputType(InputType.TYPE_NULL);[/code]
Really easy, huh?
Have fun!
me gustaría saber si hay más documentación sobre esto. gracias
hola, la documentación está disponible en http://developer.android.com (la página oficial), y para encontrar información relativa, te aconsejaría buscar en sitios «especializados» como Anddev, Android-spa o Stack Overflow.
Un saludo
awesome yaar… After lots of searches and reading big codes, you have given this simple solutions.
Thanks
You are welcome, I’m glad it helped you.
Have fun!