I\'m not referring to textInput, either. I mean that once you have static text in a TextView (populated from a Database call to user inputted data (that may not be Capitaliz
You can add Apache Commons Lang in Gradle like compile 'org.apache.commons:commons-lang3:3.4'
compile 'org.apache.commons:commons-lang3:3.4'
And use WordUtils.capitalizeFully(name)
WordUtils.capitalizeFully(name)