Kotlin学习资料

Posted xiao_pengs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kotlin学习资料相关的知识,希望对你有一定的参考价值。

欢迎关注本人Github:https://github.com/itgoyo

里边会时刻更新一些最新最潮的技术文章


2017-5-18 Google I/O 大会指定Kotlin成为android的官方开发语言

本项目地址:https://github.com/kotlinandroid/kotlin-for-android

欢迎大家??????

以下是收集整理的Kotlin资料

  • Kotlin官方资料Github地址:

    [https://github.com/JetBrains/kotlin](https://github.com/JetBrains/kotlin)
    
  • 官方中文翻译地址:

    [https://www.kotlincn.net/docs/reference/](https://www.kotlincn.net/docs/reference/)
    [https://www.gitbook.com/book/hltj/kotlin-reference-chinese/details](https://www.gitbook.com/book/hltj/kotlin-reference-chinese/details)
    
  • 《Kotlin for android developers》中文版翻译

    [https://github.com/wangjiegulu/kotlin-for-android-developers-zh/blob/master/README.md](https://github.com/wangjiegulu/kotlin-for-android-developers-zh/blob/master/README.md)
  1. 在线阅读或下载GitBook

  2. 在线阅读

官方地址:https://kotlinlang.org/docs/kotlin-docs.pdf

本站地址:https://github.com/kotlinandroid/kotlin-for-android/blob/master/kotlin-docs-en.pdf

2.中文版

官方地址:https://www.kotlincn.net/docs/kotlin-docs.pdf

本站地址:https://github.com/kotlinandroid/kotlin-for-android/blob/master/kotlin-docs-chs.pdf

  • Programming Kotlin

    [http://smtebooks.com/book/3578/programming-kotlin-pdf](http://smtebooks.com/book/3578/programming-kotlin-pdf)
    
  • Kotlin视频教程:

  Github地址: https://github.com/enbandari/Kotlin-Tutorials

1.百度云 (链接: https://pan.baidu.com/s/1kUDA203 密码: mv2

2.腾讯视频    http://v.qq.com/boke/gplay/903446d6231d8612d198c58fb86eb4dc_t6d000101bd9lx1.html

### Kotlin 语言程序设计

### 上手 Kotlin

### Kotlin & Java

### 开发实践

### 更多

## 开源库和框架

### Android 开发

  • KAndroid - Kotlin library for Android

  • Bubble - 屏幕方向监测

  • Kotpref - Android SharedPreference delegation for Kotlin.

  • Fuese - The simple generic LRU memory/disk cache for Android

### Web 开发

  • ktor - 用 Kotlin 写的 Web 后端开发框架

  • Kara - MVC 开发框架

  • KotlinPrimavera - KotlinPrimavera is a set of Kotlin libraries to support Spring portfolio projects

  • Yested - 用来开发 SPA 应用的框架

  • Kovert - The invisible REST and web framework

  • HEXAGON - 微服务框架

  • kottpd - REST framework written in pure Kotlin

### 网络

  • Fuel - The easiest HTTP networking library for Kotlin/Android.

  • Wasabi - HTTP 框架

  • khttp - khttp is a simple library for HTTP requests in Kotlin.

### 依赖注入

### 函数式编程

  • RxKotlin

  • funKTionale - Functional constructs for Kotlin

  • Result - The modelling for success/failure of operations in Kotlin

### JSON

  • Klaxon - 一个解析 JSON 的库

### 数据库

  • Exposed - Kotlin SQL 库

  • Kotlin NoSQL - NoSQL database query and access library for Kotlin

  • KotliQuery - A handy Database access library in Kotlin

### 测试

  • Spek - A Specification Framework

  • HamKrest - Hamcrest for Kotlin

  • Knit - JUnit API set for Kotlin

  • KotlinTest - Kotlin 测试框架

### 构建工具

  • Kobalt - 一个用 Kotlin 写的多功能构建工具

### 编辑器

### 其他

## Demo

### Android 客户端

以上是关于Kotlin学习资料的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Kotlin 片段内的按钮之间切换片段?

kotlin-从一个片段更改多个片段的小数位

如何更改片段 Kotlin

如何在kotlin的片段内显示网格视图?

如何在kotlin中从一个片段转到另一个片段?

在片段中单击按钮播放声音(Kotlin)[重复]