In my application i have an edittext in which a user can Alphanumeric string. Now the point is i want that whatever the aplhanumeric or alphabetic string he types that should be converted into the capital case.
For ex: if the edittext input is like:
sdhq8273dyp3
In editext when user types it should be converted to captial case
SHHQ8273DYP3
Is there any way. if in XML i am setting the Attribute android:textAllCaps="true" it is giving me the error. So how can we make the Editext aplhanumeric character to uppercase.