In my Android application I have different EditText where the user can enter information. But I need to force user to write in uppercase letters. Do you know a
EditText
For me it worked by adding android:textAllCaps="true" and android:inputType="textCapCharacters"