https://github.com/brucewind/kotlin_android_learn
learn code source.
https://github.com/brucewind/kotlin_android_learn
Last synced: 28 days ago
JSON representation
learn code source.
- Host: GitHub
- URL: https://github.com/brucewind/kotlin_android_learn
- Owner: BruceWind
- License: apache-2.0
- Created: 2017-05-18T10:18:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T10:26:14.000Z (about 9 years ago)
- Last Synced: 2025-01-26T18:47:02.376Z (over 1 year ago)
- Language: Kotlin
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Kotlin_Android_Learn
1.kotlin定义类 定义static方法
2.kotlin调用UI控件
3.kotlin调用NDK
4.kotlin项目编译加速
5.kotlin函数式编程
6.kotlin使用Support库下面的RecyclerView
7.导入anko库,使用anko扩展函数(在一个类上增加一种新的行为)
8.anko 异步操作 线程切换
9.dataclass
10.操作符重载
11.application单例
12.从Map中映射值来定义一个类
13.函数操作符
14.when if语法