gitmyhub

android-ktx

★ 7.4k updated 7y ago ▣ archived

A set of Kotlin extensions for Android app development.

An archived early repository for Android KTX, a set of Kotlin extension functions that make Android app code shorter and more readable, active development has moved to the AndroidX project in AOSP.

KotlinAndroidsetup: easycomplexity 1/5

This was an early repository for Android KTX, a set of Kotlin extension functions for Android app development. Kotlin extensions let developers write shorter and more readable code by adding convenience methods to existing Android classes.

The repository is no longer active. Google moved development of these libraries into the main Android open-source codebase (AOSP), under the AndroidX umbrella. The README directs anyone with bug reports or feature requests to Google's issue tracker, and directs contributors to the official AOSP repository instead. No new development, issue tracking, or pull requests happen here.

Where it fits