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

Popular posts from this blog

Google India Introduces the people card on Google Search for Mobile Devices with ' Add me to search'.

How to Install Node js on Ubuntu