Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liangfeidotme/kotlin-docs-zh
为了彻底掌握 Kotlin 语法,花了好几个月把官方文档翻译了一遍。
https://github.com/liangfeidotme/kotlin-docs-zh
kotlin translation
Last synced: about 2 months ago
JSON representation
为了彻底掌握 Kotlin 语法,花了好几个月把官方文档翻译了一遍。
- Host: GitHub
- URL: https://github.com/liangfeidotme/kotlin-docs-zh
- Owner: liangfeidotme
- Created: 2017-12-06T13:49:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T05:30:54.000Z (over 4 years ago)
- Last Synced: 2024-05-21T02:28:44.254Z (7 months ago)
- Topics: kotlin, translation
- Homepage: http://liangfei.me
- Size: 146 KB
- Stars: 841
- Watchers: 17
- Forks: 95
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android - kotlin-docs-zh
README
# Kotlin 中文文档
* 🚀[前往Github项目地址](https://github.com/LyndonChin/kotlin-docs-zh)
* ❤️[前往反馈地址](https://github.com/LyndonChin/kotlin-docs-zh/issues/new)
* 👍[前往Gitbook地址](https://www.gitbook.com/read/book/lyndonchin/kotlin-docs-zh)## 微信公众号
欢迎关注「**老梁写代码**」
## 许可协议
[署名-非商业性使用-相同方式共享 4.0 国际](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)## 链接
* 官方文档:https://kotlinlang.org/docs/reference/## 联系方式
* Blog: http://liangfei.me
* Github: https://github.com/LyndonChin
* Wechat: feelang## 文档目录
* [基础](basics)
* [基本类型](basics/00_basic-types.md)
* [包和导入](basics/01_packages-and-imports.md)
* [控制流](basics/02_control-flow.md)
* [返回和跳转](basics/03_returns-and-jumps.md)
* [类和对象](classes-and-objects)
* [类和继承](classes-and-objects/00_classes-and-inheritance.md)
* [属性和字段](classes-and-objects/01_properties-and-fields.md)
* [接口](classes-and-objects/02_interfaces.md)
* [可见性修饰符](classes-and-objects/03_visibility-modifiers.md)
* [扩展](classes-and-objects/04_extensions.md)
* [数据类](classes-and-objects/05_data-classes.md)
* [密封类](classes-and-objects/06_sealed-classes.md)
* [泛型](classes-and-objects/07_generics.md)
* [嵌套类](classes-and-objects/08_nested-classes.md)
* [枚举类](classes-and-objects/09_enum-classes.md)
* [对象](classes-and-objects/10_objects.md)
* [代理](classes-and-objects/11_delegation.md)
* [代理的属性](classes-and-objects/12_delegated-properties.md)
* [函数和Lambda](functions-and-lambdas)
* [函数](functions-and-lambdas/01_functions.md)
* [Lambda](functions-and-lambdas/02_lambdas.md)
* [内联函数](functions-and-lambdas/03_inline-functions.md)
* [协程](functions-and-lambdas/04_coroutines.md)
* [其他](other)
* [解构声明](other/00_destructuring-declarations.md)
* [集合](other/01_collections.md)
* [范围](other/02_ranges.md)
* [类型检查和转换](other/03_type-checks-and-casts.md)
* [this表达式](other/04_this-expressions.md)
* [相等比较](other/05_equality.md)
* [操作符重载](other/06_operator-overloading.md)
* [null安全](other/07_null-safety.md)
* [异常](other/08_exceptions.md)
* [注解](other/09_annotations.md)
* [反射](other/10_reflection.md)
* [类型安全构造器](other/11_type-safe-builders.md)
* [类型别名](other/12_type-aliases.md)