It's important that we specify the appropriate input type that the user expects,such as an email address, phone number, or just plain text when they enter some text in every text field. We can specify the appropriate input type like the following.==== activity_main.xml ==== : We can specify the input type for out text field by adding the android:inputType attribute to the EditText element. Here ..