Hi all,
I'm having an edittext view issue. I know you can set an edittext's input type to text or numbers, but is there any way one can limit the number of characters that are input into the edittext view?
For example, I'm putting together a database that accepts names. The middle initial of a name will have a "." added to it automatically so I'd like to prevent a user from entering it as "E.". Can I limit this edittext view to only accept one character?