How to Capitalized the first letter in Edit Text in Android
Many of us building Android Apps Nowadays and they need some tips (or) guidelines also some sample code's to carry on their work and serve the community, so I thought why not I share some tips regarding android apps which I came across.
TIP 1 :
To capitalized first alphabet of any word in Edit Text, just add the following attribute to your xml of EditText View
android:inputType="textCapWords"
Comments
Post a Comment
Please share your opinions and suggestion and do not enter any spam links in the comment box