Auto remove leading space of any text of EditText?
问题 Description I am developing one app in which I have registration page. Inside registration page, I am doing registration by getting user's full name and mobile number. Problem While getting user's full name in edit text sometimes the user is pressing space bar before type his/her name. I need you disable space-bar key before typing any text white user start typing his name I want to enable space-bar key. So that user can enter space between his/her Middle name and Last name. What I have tried