Android Tips
Wednesday, November 9, 2011
Tuesday, November 8, 2011
How to use & in Android strings.xml
If you want to add "&" to strings.xml, use "&" as it is an xml file.
Wrong -> <item>Photography & wallpaper</item>
Right -> <item>Photography & wallpaper</item>
Wrong -> <item>Photography & wallpaper</item>
Right -> <item>Photography & wallpaper</item>
Saturday, October 15, 2011
Friday, October 14, 2011
Android File Explorer
Simple android file explorer which you can embed in your app so user can select the file/directory
Subscribe to:
Posts (Atom)