I am working in android. i have a problem. my application crashes when i click on my text box second time.
this is my Logcat message:
java.lang.Index
you could add below code after initiation your text box (edit text or etc)
editText.setSaveFromParentEnabled(false); editText.setSaveEnabled(true);
and for more documentation about this you can read below documentation: