1. singleTask与OnNewIntent:http://blog.csdn.net/gaomatrix/article/details/6215014
2. BroadcastReceiver的使用
3. service的使用
4.application的使用
5. svn方面:如何断开连接,如何上传代码到SVN库,如何同步,如何合并
6. android 应用程序Activity之间数据传递与共享的几种途径:http://blog.csdn.net/kieven2008/article/details/6006905
7. ThreadPoolExecutor:http://dongxuan.iteye.com/blog/901689 http://www.iteye.com/topic/1118660
8. Export signed application package:http://www.cnblogs.com/feisky/archive/2010/01/17/1650076.html http://blog.csdn.net/zhengbo2006/article/details/6229544
9. 调试Android程序的几种方法:Toast, Log, Logcat, Logcat(deprecated), debug(DDMS), debug
10. adb的使用:adb install, adb uninstall, adb connect: http://www.cnblogs.com/greatverve/archive/2012/04/23/android-adb.html