Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
k
- Kotlin Native Description: Kotlin Native is a technology that allows compiling code written in Kotlin into native binaries, meaning it can run directly on the(...) Read more
- Kotlin Flow Description: Kotlin's Flow is a cold asynchronous data stream that emits values sequentially and can be collected in a coroutine. This concept(...) Read more
- Kotlin Scripting Description: Kotlin Scripting allows the execution of Kotlin code similarly to a script, enabling dynamic programming. This feature is based on(...) Read more
- Kotlin Android Extensions Description: Kotlin Android extensions are a set of tools that simplify the development of Android applications using the Kotlin programming(...) Read more
- Kotlin Annotations Description: Kotlin Annotations are a way to add metadata to Kotlin code, which can be used for reflection or code generation. These annotations(...) Read more
- Kotlin Reflection Description: Reflection in Kotlin is a powerful feature that allows for the inspection of classes, methods, and properties at runtime. This(...) Read more
- Kotlin Type System Description: The Kotlin Type System is a powerful type system that helps prevent null pointer exceptions and enhances type safety. This system(...) Read more
- Kotlin Companion Objects Description: Companion objects in Kotlin are a feature that allows defining members similar to static members in classes. These members are(...) Read more
- Kotlin Sealed Classes Description: Sealed classes in Kotlin are a feature that allows restricting the class hierarchy to a limited set of types. This means that when(...) Read more
- Kotlin DSL for Android Description: Kotlin DSL for Android refers to a Domain-Specific Language designed to facilitate application development on various platforms(...) Read more
- Kotlin Coroutines for Android Description: Kotlin Coroutines are a feature of the Kotlin programming language that allows for easier and more efficient handling of(...) Read more
- Kotlin Android Extensions Plugin Description: The Android Extensions Plugin for Kotlin is a tool that provides additional features for developing Android applications using the(...) Read more
- Kotlin Gradle Plugin Description: The Kotlin Gradle Plugin is an essential tool that allows developers to integrate the Kotlin programming language into their(...) Read more
- Kotlin Style Guide Description: The Kotlin Style Guide is a set of guidelines designed to help developers write clean and idiomatic Kotlin code. Its primary goal(...) Read more
- Kotlin Code Conventions Description: Kotlin code conventions are a set of rules and guidelines that guide developers in writing code in this programming language. These(...) Read more