Muhammad KhalilUnderstanding Scope Functions in KotlinKotlin is a modern, concise, and expressive programming language that prioritizes developer productivity. One of the key features of Kotlin…4d ago
AKCoding.comTop 100 Kotlin interview questions for a senior developerHere’s a curated list of top 100 Kotlin interview questions for a senior developer role:Feb 17
Sandeep KellaEverything about Sealed Classes in kotlinSealed classes in Kotlin are a powerful feature that allows you to define a restricted hierarchy of classes. They are particularly useful…Jun 5Jun 5
Karishma AgrawalError handling in Rx JavaError handling is important in any programming paradigm, and it’s no different in reactive programming with RxJava. In fact, error handling…May 2, 2023May 2, 2023
InProAndroidDevbySandeep KellaEverything about GENERIC TYPES in KotlinGeneric types in Kotlin provide a powerful way to create classes, interfaces, and functions that can operate on any type, while maintaining…Jun 4Jun 4
Muhammad KhalilUnderstanding Scope Functions in KotlinKotlin is a modern, concise, and expressive programming language that prioritizes developer productivity. One of the key features of Kotlin…4d ago
AKCoding.comTop 100 Kotlin interview questions for a senior developerHere’s a curated list of top 100 Kotlin interview questions for a senior developer role:Feb 17
Sandeep KellaEverything about Sealed Classes in kotlinSealed classes in Kotlin are a powerful feature that allows you to define a restricted hierarchy of classes. They are particularly useful…Jun 5
Karishma AgrawalError handling in Rx JavaError handling is important in any programming paradigm, and it’s no different in reactive programming with RxJava. In fact, error handling…May 2, 2023
InProAndroidDevbySandeep KellaEverything about GENERIC TYPES in KotlinGeneric types in Kotlin provide a powerful way to create classes, interfaces, and functions that can operate on any type, while maintaining…Jun 4
Sandeep KellaEverything about UNIT in Kotlinn Kotlin, Unit is a type that represents a function that does not return any meaningful value. It is similar to void in Java and other…Jun 3
Sandeep KellaType aliases in Kotlin provide a way to create alternative names for existing types.1. Definition and SyntaxJun 5