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
You should put android:inputType="textCapCharacters" with Edittext in xml file.
android:inputType="textCapCharacters"