Question

I am developing application for Android HoneyComb. In it I don't want to show system keyboard when I try to focus on EditText as I have my own virtual keyboard. Even I tried as edittext.setInputType(0); and in XML file android:inputtype="none" but both doesn't work. So please help me to find solution for it.

Thank You.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top