1. 首页>要闻 > 要闻

kotlin教程android(kotlin教程)

作者:刘书明
2023年08月18日 17:35
要闻

你们好,最近小元发现有诸多的小伙伴们对于kotlin教程android,kotlin教程这个问题都颇为感兴趣的,今天小活为大家梳理了下,一起往下看看吧。

1、 First, create a new activity in Android Studio and check' including Kotlin support'

2、 单击OK后,将自动生成活动和相应的xml。

3、 在Activity中编写这个控件时,会提示我们输入这个控件的详细信息。

4、 然后按CTRL键导入该类。控件对应于xml

5、 最后直接根据id使用界面元素,就大功告成了。

6、 如果hi低于Android Studio 3.0,补充:

7、 //Plug-in:' kotlin-android' //Quick findviewfindid operation must be applied.

8、 It is suggested to add an application plug-in: "Cotrim-Android-Extension".

9、 建议使用该仓库maven { URL ' http://maven。阿里云。com/nexus/content/groups/public/' } maven central()} dependencies { class path ' com。安卓。工具。构建:gradle:2。3 .2“类路径”组织。喷气大脑。kot Lin:kot Lin-grad le-plugin:$ kot Lin _ version ' class path ' org。喷气大脑。kot Lin:kot Lin-Android-extensions:$ kot Lin _ version ' } }

10、 compile 'org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version'

以上就是kotlin教程这篇文章的一些介绍,希望对大家有所帮助。

推荐阅读