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?
This works fine...
android:maxLength="10"
this will accept only 10 characters.
10