An open API service indexing awesome lists of open source software.

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.

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语法