tags:

views:

26

answers:

1

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

A: 

the method equivalent to android:autotext is setKeyListener(KeyListener)

Ryan Conrad