What\'s the best way to limit the text length of an EditText in Android?
EditText
Is there a way to do this via xml?
it simple way in xml:
android:maxLength="4"
if u require to set 4 character in xml edit-text so,use this