Hello, It appears that specifying an EditText view in my XML layout file with attribute
android:inputType="number" will limit input to characters that make up an actual number. Is this necessarily true, or do I really need to do a test in code to confirm it is to avoid a possible NumberFormatException or something similar? Thanks for any assistance here. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

