Learn how to use Kotlin operator functions for detailed comparisons in when clauses.
Also find me here:
Baeldung Author
Ezra Kanake
A passionate and self driven software developer. A Kotlin lover and loves to speak on topics related to Android development. During his free time he loves doing open source projects.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Basics (8)
- Kotlin Concurrency (7)
- Testing (3)
- Patterns (3)
- Algorithms (3)
- Persistence (1)
- Libraries (1)
- Kotlin Web (1)
- Kotlin Strings (1)
- Kotlin Functions (1)
- Kotlin Collections (1)
- Kotlin Classes and Objects (1)
- Kotlin (1)
Identifying and Addressing Kotlin Code Smells
Filed under Kotlin
Learn how to recognize common Kotlin code smells along with strategies to mitigate issues that are discovered.
Difference Between !! and ? in Kotlin
Filed under Kotlin Basics
Learn the difference between the safe null operator and the unsafe non-null assertion operator in Kotlin.
Iterate Over a String Backward in Kotlin
Filed under Kotlin Strings
Explore techniques for iterating a string backward in Kotlin.
Testing Extension Methods in Kotlin
Filed under Kotlin Functions, Testing
Learn a few strategies of testing extension functions in Kotlin.
Clean Architecture with Kotlin
Filed under Patterns
A quick and practical guide to the clean architecture pattern with Kotlin.
Insertion Sort in Kotlin
Filed under Kotlin Collections
Learn how to implement the insertion sort in Kotlin.
How to Mock and Verify Lambda Expression in Kotlin
Filed under Testing
Learn various methods you can use to mock and verify lambda expressions in Kotlin.
Code Formatting in Kotlin Using Ktlint
Filed under Libraries
Learn how to format code in Kotlin projects using the Ktlint linting tool.