DEV Community

Evan Lin
Evan Lin

Posted on • Originally published at evanlin.com on

[TIL][Kotlin] Quick Kotlin Syntax Overview

title: [TIL][Kotlin] Quick Summary of Kotlin Syntax
published: false
date: 2021-05-04 00:00:00 UTC
tags: 
canonical_url: http://www.evanlin.com/kotlin-note/
---

![](https://logo-logos.com/wp-content/uploads/2016/10/Kotlin_logo_image_picture.png)

## Introduction:

Recently, Google Taiwan launched a program "[Android App Development Training Program 2021](https://events.withgoogle.com/android-study-jam-twhk-2021/)", using Android Studio and the Kotlin language to help everyone write Android Apps. Taking this opportunity to learn about Kotlin syntax and things to pay attention to.

## Related Tools

#### Kotlin Playground

Since I'm a bit lazy to install the environment and related IDE settings, all the exercises can actually be quickly completed on [Kotlin Playground](https://play.kotlinlang.org/).

#### Syntax Tutorial - Koans

You can use the [Koans](https://play.kotlinlang.org/koans) on the webpage or the built-in JetBrains [IntelliJ IDEA or Android Studio's JetBrains educational plugin](https://www.jetbrains.com/help/education/learner-start-guide.html?section=Kotlin%20Koans)

## Learning Recommendations:

Since I'm not very familiar with this language, but I do recommend getting familiar with new syntax through tutorials to get a conceptual understanding, which will make it easier for you to start related inquiries. So, I recommend running through [Koans](https://play.kotlinlang.org/koans) first, and then organizing the related data structures and syntax to create a syntax-related context.

## Related Articles:

- [Stackoverflow: You have not accepted the license agreements of the following SDK components duplicate](https://stackoverflow.com/questions/39760172/you-have-not-accepted-the-license-agreements-of-the-following-sdk-components)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)