资料
官方资料
官方的资料应该是学习入门的第一首资料,现在Android官网的汉化也越来越多了,对于英语感冒的同学可能是个好消息.但,做为一个有(装)经(B)验的开发人员,你不应该看中文文档.
- Google中国开发者网站:https://developers.google.com/[不单单是Android,还有一点,这个站不用翻墙]
- Android官方网站:https://developer.android.com/index.html如果不熟悉官网:
- Android不同版本的新特性:https://developer.android.com/about/versions/nougat/index.html
- Android入门指南:https://developer.android.com/training/index.html
- Android API指南:https://developer.android.com/guide/index.html
- Android API文档查询:https://developer.android.com/reference/packages.html
- Android Studio下载:https://developer.android.com/studio/index.html
- Android Studio新功能介绍:https://developer.android.com/studio/features.html
- Android Studio指南:https://developer.android.com/studio/intro/index.html
- Android源码:https://source.android.com/index.html
- Google开发者中国社区(GDG):http://chinagdg.org/[全称Google Developer Groups,会经常举办活动之类的,国内一线城市都有:深圳GDG,上海GDG,北京GDG...]
- Android开发者官方Blog:https://android-developers.googleblog.com/[Android新功能,新特性,Support包更新,会在这里发布文章]
- Android工具:http://tools.android.com/[关于Android Studio的一切]
- Android Issue:https://code.google.com/p/android/[Maybe,你入的坑是系统bug,可能在这里能找到答案]
- Android官方Youtube频道:https://source.android.com/index.html[官方视频教程]
- Android开发者Google+:https://plus.google.com/+AndroidDevelopers
- Google Github:https://github.com/google[存放开源项目]
- Google Sample Github:https://github.com/googlesamples[存放示例代码]
- Google Android Github:https://github.com/android[存放Android源代码]
- Google 2015 IO大会:https://events.google.com/io2015/#[Android重大版本更新,发布重要功能,新的进展...]
- Google 2016 IO大会:https://events.google.com/io2016/[同上]
也正是官方的资料过于官方,当那么通俗易懂,也会推荐一点其它资料
CSDN Blog
- 罗升阳:http://blog.csdn.net/luoshengyang[《Android系统源代码情景分析》作者,Blog主要也是讲源码]
- 敦霖:http://blog.csdn.net/guolin_blog[ 《第一行代码》《第二行代码》作者]
- 鸿洋:http://blog.csdn.net/lmj623565791[技术干货比较多]
Other
- Github:https://github.com/[这个不用说了]
- Stack Overflow:http://stackoverflow.com/(问答网站,你该做的就是把log或者错误提示往里面一贴,Enter搜索)
- Android Weekly周报:http://androidweekly.net[最前言的技术,框架]
- Android Weekly周报(中文):http://www.androidweekly.cn/[同上]
- Android Blog周刊:http://www.androidblog.cn/[同上]
- 泡在网上的日子:http://www.jcodecraeer.com/
- codeKK:http://p.codekk.com/
- ....