problem in setting autotext programmatically
I want to set the autotext programmatically, I have set the edittext property like
EditTxt.setInputType(InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE)开发者_如何学JAVA;
but no effect.
Please give some inputs
the method equivalent to android:autotext is setKeyListener(KeyListener)
精彩评论