Cordial greeting, for the EditText view (if the EditText is called a view?) which is the best value for the inputType attribute, for the input of First and Last Names, I want that at the beginning and always after a space the first letter is capitalized. thank you very much.
<EditText
android:id="@+id/etNombres"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType=""
android:hint="@string/Nombres"/>