0

How do I update or refresh the ListView if the user changes the value in EditText in Android in the getView() method? I am populating a list view data using a hash map using a custom adapter. I am validating EditText row some edit text no need focus. I am validating using a touch listener. I am validating for EditText to accept only numeric and decimal characters. In the getView() method in custom adapter calling textwatcher if the user changes the edit text value. I am updating hashmap and calling notifydatasetchange in the afterTextchange() method in adapter class. If I call notifydatasetchange method keypad displays wrongly not able to give value in EditText?

Thanks

Illidanek
  • 996
  • 1
  • 18
  • 32
mohan
  • 13,035
  • 29
  • 108
  • 178
  • press back button and keypad will be gone. Keypad will not come when you will install your apk on mobile. – MGDroid Sep 22 '12 at 11:18
  • @Pain user should edit the value using keypad when i call notify datasetchange it is not editing – mohan Sep 22 '12 at 11:21
  • If it is this [link](http://stackoverflow.com/questions/2268239/why-is-my-android-emulator-keyboard-in-chinese-character-mode) will help. – MGDroid Sep 22 '12 at 11:24

0 Answers0