Android Kotlin基础学习

在线学习
Kotlin 官方文档
翻译出处kotlin-web-site-cn
中文站(更新到 1.1):https://www.kotlincn.net/
网址(更新到 1.0.3):http://tanfujun.com/kotlin-web-site-cn/
Kotlin 中文论坛:https://www.kotliner.cn/
《Kotlin for android developers》中文版翻译

Android Kotlin
https://developer.android.com/kotlin

五分钟学会 Kotlin 语法
https://www.jianshu.com/p/1ea733ea197d

写给Android开发者的Kotlin入门
https://www.jianshu.com/p/bb53cba6c8f4

一个开源项目AndroidProject-Kotlin
https://github.com/getActivity/AndroidProject-Kotlin

另外你如果对 Kotlin 不熟悉,恰好想学习的话,推荐你通过下面这三篇文章来学习

菜鸟教程:
https://www.runoob.com/kotlin/kotlin-tutorial.html

在线编译器:https://play.kotlinlang.org/

/**
 * You can edit, run, and share this code.
 * play.kotlinlang.org
 */

fun main() {
    println("Hello, world!!!")
    println("sum="+sum1(5,8))
}

fun sum(x: Int, y: Int): Int {                                        
    return x + y
}

fun sum1(x: Int, y: Int)=x+y
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值