Android KTX คืออะไร ?
คือ เป็นชุดของ API สำหรับการพัฒนา Android application ด้วยภาษา Kotlin
ที่อยู่บน Android framework และ Support library ต่าง ๆ
มีเป้าหมายเพื่อ
ให้สามารถเขียน Kotlin ถูกต้องและกระชับตามหลักของภาษา (Less code, More fun)
ดังนั้นมาลองใช้งานกันดู
เริ่มด้วยการติดตั้ง Library เข้าไปใน project
[code]
repositories {
google()
}
dependencies {
implementation 'androidx.core:core-ktx:0.1'
}
[/code]
โดยใน Android KTX library นั้นครอบคลุมหลายส่วนเลย เช่น
- Graphic
- Annimation
- Content
- Database
- Network
- Text
- Time
- View