I\'m working on a little personal todo list app and so far everything has been working quite well. There is one little quirk I\'d like to figure out. Whenever I go to add a
Just use android:inputType="textCapWords" in your EditText element.
android:inputType="textCapWords"
For example:
Refer to the following link for reference: http://developer.android.com/reference/android/widget/TextView.html#attr_android%3ainputType