Issue
What's the best way to limit the text length of an EditText
in Android?
Is there a way to do this via xml?
Solution
href="http://developer.android.com/reference/android/widget/TextView.html#attr_android:maxLength" rel="noreferrer">Documentation
android:maxLength="10"
Answered By - Austin Hanson
Answer Checked By - Timothy Miller (JavaFixing Admin)