Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.35 KB

File metadata and controls

29 lines (23 loc) · 1.35 KB

http://www.cnblogs.com/skynet/category/241385.html
这是经典的Android入门博文(从列表下方开始)。

http://www.cnblogs.com/xirihanlin/archive/2010/04/12/1710164.html
这篇文章讲的是apk优化,这是发布apk前必须要做的工作。

http://www.cnblogs.com/skynet/category/241385.html
这是Android优秀博文列表。

http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
http://developer.android.com/about/dashboards/index.html
http://developer.android.com/training/basics/supporting-devices/index.html
http://www.cnblogs.com/over140/archive/2011/04/29/2032433.html
http://blog.csdn.net/ohuan/article/details/6560346
这是Android开发文档关于兼容性的一些文章

  • SDK版本与API level
  • 平台版本和屏幕大小市场份额
  • 解决兼容性问题,包括语言、屏幕、版本
  • 针对API的选择和测试策略
  • 设置minSdkVersion意义

http://blog.csdn.net/shandong_chu/article/details/7951126
关于Android最常用的测试工具介绍

http://blog.csdn.net/liuhe688/article/details/6584143
Android运行异常捕捉方法,实现向服务器传递异常崩溃信息和优化异常显示。

http://mobile.tutsplus.com/tutorials/android/android-sdk-build-a-simple-sax-parser/ Android使用SAX处理XML的教程