January 23, 2010
January 22, 2010
January 21, 2010
Android Virtual Keyboard not showing up
I added a textbox but the virtual keyboard is now showing up? Seems thisis the solution...
January 20, 2010
Sysprep on Windows 2008
Talk about a nightmare! It was so much easier in 2003. Here is a good link that explains how to do that step by step.
January 19, 2010
Android and Capitalize Letter
I had a textview and what was weird is that I could not get it to always assume capital after a period. Here is what I learned:
android:capitalize
If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none".
Must be one of the following constant values.
API Link
android:capitalize
If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none".
Must be one of the following constant values.
Constant Value DescriptionThis corresponds to the global attribute resource symbol capitalize.
none 0 Don't automatically capitalize anything.
sentences 1 Capitalize the first word of each sentence.
words 2 Capitalize the first letter of every word.
characters 3 Capitalize every character.
API Link
January 18, 2010
January 17, 2010
Subscribe to:
Posts (Atom)