Saturday, May 28, 2011

Android project password

All the android project uploaded is protected with password: "l????l????w??2g?"

Create Android Icon FAST!

The native android icon in vector format. InkScape's svg is avaiable:
http://www.yay.se/2011/02/native-android-icons-in-vector-format/

Web tool to auto-generate different size of icons from input image.
http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html

Good helps on working with tabhost and tabwidget in android.

How to make the the tabs left-aligned in landscape mode:
http://stackoverflow.com/questions/4149953/androidorientation-vertical-does-not-work-for-tabwidget

2 Methods of creating tab content:
http://stackoverflow.com/questions/4209587/android-tabhost-working-in-activity-class

I created a demo project based on the above discussion here.