# Android进阶之旅-(Kotlin实战篇)

## 在线播放

{% embed url="<https://www.youtube.com/playlist?list=PLwIrqQCQ5pQl8QQXVsvR7ku9aHEnWOOAw>" %}

## 课程目录

01 01 Kotlin简介

01 02 Kotlin初探

01 03 基本数据类型

01 04 编译常量和运行时常量

01 05 函数的定义

01 06 函数变量

01 07 Lambda初探

02 01 字符串模板

02 02 类型转换

02 03 equals 和 ==

02 04 空安全

02 05 数组

02 06 区间

02 07 再探lambda

02 08 when 表达式

03 01 类的创建

03 02 构造函数重载

03 03 类的成员

03 04 类的继承

03 05 抽象类和接口

03 06 匿名内部类

03 07 默认参数和具名参数

03 08 运算符重载

03 09 伴生对象与静态成员

03 10 类方法扩展

03 11 内部类和枚举


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wang2dog.gitbook.io/2dog-channel/bian-cheng-xue-xi/35801398/android-jin-jie-zhi-lv-kotlin-shi-zhan-pian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
