1
How to start keyboard with uppercase letter for the user to start writing without having to tap the arrow to make the letter uppercase?
I used android:inputType="textCapCharacters"
but it didn’t work out right, because he writes the whole text on one line and I don’t want that to happen
tries that way
android:inputType="textCapSentences"
– Nathan