Tutorials
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Scala
1.8K+ articles
Android
1.7K+ articles
Scala
1.2K+ articles
GBlog 2024
779+ articles
Kotlin
707+ articles
Work Experiences
541+ articles
Kotlin Android
355+ articles
Scala-Basics
36+ articles
Kotlin OOPs
28+ articles
Kotlin Basics
39 posts
Recent Articles
Popular Articles
Kotlin Operator Overloading
Last Updated: 12 July 2025
Kotlin allows operator overloading, meaning you can define how operators like +, -, *, and others behave when used with your user-defined types (i.e., custom classes). Thi...
read more
Kotlin
Kotlin Basics
Equality evaluation in Kotlin
Last Updated: 14 June 2025
Kotlin provides a more expressive and precise way to compare instances by supporting two types of equality checks:Structural EqualityReferential EqualityThese two forms of...
read more
Kotlin
Kotlin Basics
Destructuring Declarations in Kotlin
Last Updated: 14 June 2025
Kotlin provides a concise and elegant way to extract multiple values from an object into separate variables using destructuring declarations. This feature allows you to br...
read more
Kotlin
Kotlin Basics
Kotlin | Plus and minus Operators
Last Updated: 10 May 2025
In Kotlin, working with collections like lists, sets, and maps is made easier and more readable thanks to operators like + (plus) and – (minus). These operators help you c...
read more
Picked
Kotlin
Kotlin Basics
Kotlin Filtering Collections
Last Updated: 10 May 2025
In Kotlin, working with collections like lists, sets, and maps is very common. One of the most useful tasks is filtering, that means selecting only the elements that meet ...
read more
Picked
Kotlin
Kotlin Basics
How to create project in Android Studio using Kotlin
Last Updated: 14 June 2025
In Android Studio version 3.0 and above, the Kotlin plugin is already included by default. This means we can easily create Android applications using the Kotlin programmin...
read more
Kotlin
Kotlin Basics
Kotlin Android
Kotlin Elvis Operator(?:)
Last Updated: 15 June 2025
In Kotlin, the Elvis Operator (?:) is a very useful tool when working with nullable variables. It helps us to provide a default value if an expression returns null. This o...
read more
Kotlin
Kotlin Basics
Difference between Kotlin and Scala
Last Updated: 12 July 2025
Scala may be a exceptionally multi-paradigm language that can run anyplace from being distant better than improved Java to a more regrettable Haskell. This implies that S...
read more
Scala
Scala
Scala-Basics
Kotlin Basics
use Keyword in Kotlin with Example
Last Updated: 03 October 2022
Kotlin is a statically typed, general-purpose programming language developed by JetBrains, that has built world-class IDEs like IntelliJ IDEA, PhpStorm, Appcode, etc. It w...
read more
Kotlin
Kotlin Basics
Kotlin vs Groovy: In-Depth Comparison
Last Updated: 24 April 2025
In the world of computer science, we have a bunch of programming languages that serve different and unique features. Among these languages, Kotlin and Groovy are both prog...
read more
GBlog
Picked
Kotlin Basics
Kotlin Android
GBlog 2024
vs
Rust vs Kotlin: Key Differences
Last Updated: 24 September 2024
In the large landscape of programming languages, developers constantly face challenges while selecting the right tool for their projects. Out of many, two languages that h...
read more
GBlog
Picked
Kotlin Basics
Rust-basics
GBlog 2024
vs
How To Make An Android App
Last Updated: 24 May 2025
Have you always wanted to make an Android app but got lost in the complexity of the Android Studio or the technical jargon used in the development process? Don't worry, yo...
read more
Android
Kotlin Basics
Kotlin Android
GBlog 2024
Dart vs Kotlin: Top Differences
Last Updated: 24 September 2024
Choosing a programming language is always a difficult task for developers, especially when two languages are popular, widely used, and provide efficient tools and features...
read more
GBlog
Picked
Kotlin Basics
Flutter
GBlog 2024
vs
Chamberly IO Internship Work Experience
Last Updated: 12 June 2024
OverviewDuring my internship at Chamberly IO, a Sweden-based company focused on reducing client depression through a social service app, I was tasked with developing a new...
read more
Kotlin Basics
Work Experiences
Write It Up 2024
Step-by-Step Guide to Creating a Custom Spinner in Kotlin for Android
Last Updated: 01 September 2024
In Android development, a Spinner allows users to select an item from a dropdown menu. While the default ArrayAdapter provides basic functionality, customizing a Spinner c...
read more
Android
Kotlin Basics
Kotlin Android
Android-View
Android Projects
Android Developer
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !