Krishna SharmainStackademicUnderstanding the :: Operator in Kotlin: The Callable Reference OperatorHey Kotlin fans! 👋 Today, Kotlin introduces an interesting operator, ::, known as the callable reference operator. This operator allows…Jun 142
Sumit OjhaKotlin Does it support primitive data types?Kotlin is a programming language that runs on the JVM, like Java, making it fully interoperable with Java. This interoperability helps…Oct 31Oct 31
Milind AmrutkarinBackToCodingIntroduction to Kotlin and it’s History (Mastering Kotlin Part 1)Hello, and welcome to the “Mastering Kotlin” Series. In this series we will be covering a lot of topics on Kotlin ranging from basics to…Oct 211Oct 211
Milind AmrutkarinBackToCodingGetting started with Kotlin REPL (Mastering Kotlin Part 3)Welcome back to our “Mastering Kotlin” series. In this article, we’ll learn what is Kotlin REPL.Oct 23Oct 23
Krishna SharmainStackademicUnderstanding the :: Operator in Kotlin: The Callable Reference OperatorHey Kotlin fans! 👋 Today, Kotlin introduces an interesting operator, ::, known as the callable reference operator. This operator allows…Jun 142
Sumit OjhaKotlin Does it support primitive data types?Kotlin is a programming language that runs on the JVM, like Java, making it fully interoperable with Java. This interoperability helps…Oct 31
Milind AmrutkarinBackToCodingIntroduction to Kotlin and it’s History (Mastering Kotlin Part 1)Hello, and welcome to the “Mastering Kotlin” Series. In this series we will be covering a lot of topics on Kotlin ranging from basics to…Oct 211
Milind AmrutkarinBackToCodingGetting started with Kotlin REPL (Mastering Kotlin Part 3)Welcome back to our “Mastering Kotlin” series. In this article, we’ll learn what is Kotlin REPL.Oct 23
Forhadul IslamCreating a Custom Searchable Spinner in Android with KotlinIn this tutorial, we’ll create a custom searchable spinner in Android that extends AutoCompleteTextView. This spinner will include a close…Jul 15
Ramesh FadatareGuides to Kotlin Built-in FunctionsHere, you find a list of Kotlin functions from different packages. Each Kotlin function is explained with examples, output, and real-world…Sep 18
Besong-Anong Ernest Egbenchong IIinKt. AcademyWhat do the “is” and “as” Keywords in Kotlin mean?A bit on type inference and type castingFeb 28