I have a TextView. I\'m trying to capitalize the first letter in every word.
Here\'s the TextView:
If you're targeting API Level 14 and above, you should use
android:textAllCaps="true"
Otherwise, you'll have to implement this behavior yourself.