# KotlinApp
**Repository Path**: yeafee/KotlinApp
## Basic Information
- **Project Name**: KotlinApp
- **Description**: a Kotlin hello demo
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2016-12-21
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#KotlinApp
[kotlin-for-android-developers-zh](https://wangjiegulu.gitbooks.io/kotlin-for-android-developers-zh/content/ce_shi_shi_fou_yi_qie_jiu_xu.html)
1. tag droid-baby
编写一些代码来测试Kotlin Android Extensions是否在工作
# 新的版本,Kotlin Android Extension已经obsolete被废弃
import kotlinx.android.synthetic.main.activity_main.*
#使用新的获取view组件方法
> val message = find(R.id.message)