I want to standardize what the user typed in edittext, placing the first letter of each word in upper case and the rest of the letter lower case. How do I do this?
The part that directs the variables in the model class
Contato c = new Contato();
c.setNome(etNome.getText().toString());