Android 4.1官方文档chm格式

版权声明:本文为博主chszs的原创文章,未经博主允许不得转载。 https://blog.csdn.net/chszs/article/details/7999630
最近看到一个开源项目,某位爱好者把Android 4.1官方文档做成了CHM,就像jdk的chm一样,查阅API极其方便。


The thing is, I’ve always preferred to work with documentations in Windows CHM format. Why ? Because:
1. CHM documents come with a built-in menu.
2. CHM documents come with an index.
3. CHM documents come with a search feature.


The other thing is that I also always wanted to create my own project on code.google.com… so after hours and hours of HTML scraping, here it is, the full Android documentation in CHM format.

Android 4.1官方文档chm格式


一共50多MB,我就不贴附件了。请直接去开源区下载:

http://code.google.com/p/android-chm-documentation/downloads/detail?name=Android.4.1.documentation-1.1.zip&can=2&q=


上一篇:iOS本地推送通知的基本使用


下一篇:机器学习算法 --- Pruning (decision trees) & Random Forest Algorithm