What's the best way to limit the text length of an EditText
in Android?
Is there a way to do this via xml?
What's the best way to limit the text length of an EditText
in Android?
Is there a way to do this via xml?
http://androidblogger.blogspot.com/2009/01/numeric-edittext-and-edittext-with-max.html
android:maxLength="10"