在学习新技术时,官方的资料应该是首选,可惜,我那会儿不是,后来翻了几遍官方文档之后,有种相见恨晚的感觉,所以整理出来分享
Google中国开发者网站: https://developers.google.com/[不单单是Android,还有一点:不用翻墙]
Android官方文档地址:
Note:两个都一样, 区别第二个不用翻墙,如果翻墙对你来说都是问题的话,当然,不用翻墙,网页的响应速度理论上会相对快点
- 很多Developer对官网真的不熟,然后对官网又写了一个分类:
- 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.google.cn/studio/preview/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
- Android开发者官方Blog:https://android-developers.googleblog.com/[Android新功能,新特性,Support包更新,会在这里发布文章]
- Android工具:http://tools.android.com/[Android开发相关Tool]
- 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/[同上]
- Google开发者中国社区(GDG):http://chinagdg.org/[全称Google Developer Groups,会经常举办活动之类的,国内一线城市都有:深圳GDG,上海GDG,北京GDG...]
Andorid官方Star,应用较多的开源项目:
- 大量示例代码: https://github.com/android/platform_development [比如: 模拟器中API Demos]
- Gson: https://github.com/google/gson [Json解析]
- Volley:https://github.com/google/volley [网络请求]
- EasyPermission: (https://github.com/googlesamples/easypermissions [权限检查]
- Dagger: https://github.com/google/dagger [注解]
- ExoPlayer: https://github.com/google/ExoPlayer [视频播放]
- flexbox-layout: https://github.com/google/flexbox-layout [灵活的ViewGroup]
- hover: https://github.com/google/hover [一个可以悬浮在屏幕上的菜单]
- guava: https://github.com/google/guava [方便开发的工具类库]
- android 架构相关: https://github.com/googlesamples/android-architecture
- android-UniversalMusicPlayer: https://github.com/googlesamples/android-UniversalMusicPlayer [音乐播放器]
- ......
谷歌开发者的公众号
image.png image.png最后, 欢迎补充..
网友评论