@coder-pig
2018-03-06T15:29:44.000000Z
字数 6956
阅读 7576
Study-Map-Android
Android Developer(官网):https://developer.android.com/index.html
无需梯子版:http://androiddoc.qiniudn.com/index.html
JDK 1.8 API: https://docs.oracle.com/javase/8/docs/api/
JDK 1.7 API:http://tool.oschina.net/apidocs/apidoc?api=jdk_7u4
JDK 1.6 API:http://tool.oschina.net/apidocs/apidoc?api=jdk_6u30
JDK 1.6 API(中文):http://tool.oschina.net/apidocs/apidoc?api=jdk-zh
Gradle配置构建:https://developer.android.com/studio/build/index.html
Gradle Build Tools:https://gradle.org/docs/
Gradle User Guide:https://docs.gradle.org/current/userguide/userguide.html
Gradle JavaDoc API:https://docs.gradle.org/3.4.1/javadoc/
Material Design: https://material.google.com/
中文版:http://wiki.jikexueyuan.com/project/material-design/
Kotlin官网:https://kotlinlang.org/
Kotlin API文档:https://kotlinlang.org/docs/reference/
Kotlin API中文:http://www.kotlincn.net/docs/reference/
http://www.liying-cn.net/kotlin/docs/reference/
kotlin-for-android-developers-zh:
https://github.com/wangjiegulu/kotlin-for-android-developers-zh
awesome-kotlin:https://github.com/KotlinBy/awesome-kotlin
Flutter官网:https://flutter.io/
Flutter for Android Developers:https://flutter.io/flutter-for-android/
awesome-flutter:https://github.com/Solido/awesome-flutter
Android入门:
《第一行代码》《Android编程权威指南》
Android进阶:
《Android开发进阶 从小工到专家》《Android源码设计模式》
《Android开发艺术探索》《Android系统源代码情景分析》