DEV Community

Kotlin Coding Series' Articles

Back to Vincent Tsen's Series
Best Way To Learn Kotlin For Experienced Programmers
Cover image for Best Way To Learn Kotlin For Experienced Programmers

Best Way To Learn Kotlin For Experienced Programmers

9
Comments
2 min read
Complete C# to Kotlin Syntax Comparisons
Cover image for Complete C# to Kotlin Syntax Comparisons

Complete C# to Kotlin Syntax Comparisons

14
Comments 3
7 min read
Simple Way to Understand Kotlin Scope Functions - let, run, with, apply, also
Cover image for Simple Way to Understand Kotlin Scope Functions - let, run, with, apply, also

Simple Way to Understand Kotlin Scope Functions - let, run, with, apply, also

5
Comments
5 min read
Understand Kotlin Function Literal with Receiver by Example
Cover image for Understand Kotlin Function Literal with Receiver by Example

Understand Kotlin Function Literal with Receiver by Example

5
Comments
3 min read
Kotlin Coroutines Basics - Simple Android App Demo
Cover image for Kotlin Coroutines Basics - Simple Android App Demo

Kotlin Coroutines Basics - Simple Android App Demo

15
Comments
5 min read
kotlinx.coroutines.delay() vs Thread.sleep()
Cover image for kotlinx.coroutines.delay() vs Thread.sleep()

kotlinx.coroutines.delay() vs Thread.sleep()

6
Comments
5 min read
How to Create Singleton Class in Kotlin?
Cover image for How to Create Singleton Class in Kotlin?

How to Create Singleton Class in Kotlin?

14
Comments
2 min read
Kotlin Smart Cast is Awesome!
Cover image for Kotlin Smart Cast is Awesome!

Kotlin Smart Cast is Awesome!

6
Comments
2 min read
Understand Kotlin Multiple Constructors
Cover image for Understand Kotlin Multiple Constructors

Understand Kotlin Multiple Constructors

6
Comments
3 min read
Understand Fields and Properties in Kotlin
Cover image for Understand Fields and Properties in Kotlin

Understand Fields and Properties in Kotlin

5
Comments
3 min read
What is Trailing Lambda and Comma in Kotlin?
Cover image for What is Trailing Lambda and Comma in Kotlin?

What is Trailing Lambda and Comma in Kotlin?

7
Comments 2
2 min read
Prefer Function Reference over Lambda in Kotlin? Wrong!
Cover image for Prefer Function Reference over Lambda in Kotlin? Wrong!

Prefer Function Reference over Lambda in Kotlin? Wrong!

4
Comments 4
5 min read
Introduction to Kotlin Flows and Channels
Cover image for Introduction to Kotlin Flows and Channels

Introduction to Kotlin Flows and Channels

8
Comments
4 min read
Implement Kotlin Interfaces with SAM conversions
Cover image for Implement Kotlin Interfaces with SAM conversions

Implement Kotlin Interfaces with SAM conversions

6
Comments
2 min read
Understand "by" Delegated Properties in Kotlin
Cover image for Understand "by" Delegated Properties in Kotlin

Understand "by" Delegated Properties in Kotlin

4
Comments
4 min read
What is Delegation Interface in Kotlin?
Cover image for What is Delegation Interface in Kotlin?

What is Delegation Interface in Kotlin?

1
Comments 1
2 min read
What is Kotlin Reified Type Parameter?
Cover image for What is Kotlin Reified Type Parameter?

What is Kotlin Reified Type Parameter?

3
Comments
2 min read
Kotlin Infix Notation is Confusing
Cover image for Kotlin Infix Notation is Confusing

Kotlin Infix Notation is Confusing

1
Comments
2 min read
Flow, SharedFlow, StateFlow Class Diagram
Cover image for Flow, SharedFlow, StateFlow Class Diagram

Flow, SharedFlow, StateFlow Class Diagram

2
Comments
2 min read
Kotlin Flow - Combine, Merge and Zip
Cover image for Kotlin Flow - Combine, Merge and Zip

Kotlin Flow - Combine, Merge and Zip

2
Comments 1
3 min read