└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Kotlin学习资料整理 2 | 3 | ### Kotlin官方网站 4 | 5 | [http://kotlinlang.org](http://kotlinlang.org) 6 | 7 | ### Kotlin Doc翻译项目(制作中欢迎加入) 8 | 9 | 网站地址:[http://tanfujun.cc/kotlin-web-site-cn](http://tanfujun.cc/kotlin-web-site-cn) 10 | 11 | 项目主页:[https://github.com/cctanfujun/kotlin-web-site-cn](https://github.com/cctanfujun/kotlin-web-site-cn) 12 | 13 | ### Kotlin for Android Developer(一本介绍用Kotlin编写Android应用的书) 14 | 15 | 项目地址:https://github.com/antoniolg/Kotlin-for-Android-Developers 16 | 17 | LeanPub地址:https://leanpub.com/kotlin-for-android-developers 18 | 19 | ### UsingProjectKotlinforAndroid(JakeWharton写的书) 20 | 21 | 百度云地址:http://pan.baidu.com/s/1eQEYro2 22 | 23 | ### 翻译文章 24 | 25 | 介绍Kotlin基础使用的4篇文章: 26 | 27 | * [使用Kotlin开发Android应用(I):简介](http://www.jianshu.com/p/b6a2cda2f806) 28 | * [使用Kotlin开发Android应用(II):创建新工程](http://www.jianshu.com/p/03bba63474f7) 29 | * [使用Kotlin开发Android应用(III):扩展函数和默认值](http://www.jianshu.com/p/b0d4da2c8c5f) 30 | * [使用Kotlin开发Android应用(IV):自定义视图和Android扩展](http://www.jianshu.com/p/751b4ab19d2a) 31 | 32 | 非常不错的介绍语法的一篇文章: 33 | 34 | * [Kotlin: Java 6 废土中的一线希望](https://realm.io/cn/news/droidcon-michael-pardo-kotlin/) 35 | 36 | 37 | 38 | 39 | 40 | --------------------------------------------------------------------------------