Hi, I want to set the autotext programmatically, I have set the edittext proprty like
EditTxt.setInputType(InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE);
but no effect.
Please give some inputs
Hi, I want to set the autotext programmatically, I have set the edittext proprty like
EditTxt.setInputType(InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE);
but no effect.
Please give some inputs
the method equivalent to android:autotext is setKeyListener(KeyListener)