1. 通过wifi debug:
http://stackoverflow.com/questions/4893953/android-run-install-debug-applications-over-wifi
2. Webview 显示中文乱码问题
3. 通过命令行卸载程序,设定时间 (用于调试程序)
You can use the next command:
adb shell date -s YYYYMMDD.HHmmss
example:
sets the date to Mon Apr 23 13:00:00 CEST 2012adb shell date -s 20120423.130000
删除程序
adb shell pm uninstall com.example.hello
4. 基于Virtualbox 的android tablet虚机
http://androvm.org/blog/androvm-documentation/
5.
6. GreenDAO: JavaDoc
7. set the attribute android:animateLayoutChanges="true" for the parent layout . put the view in a layout if its not and set its attribute.
8. Calendar handling: