Romman Sabbir
Romman Sabbir | Official

Romman Sabbir | Official

Follow
homeResumeKotlinSOLID PrinciplesAndroid DevelopmentAlgorithmsSpotify
Series

Kotlin


Articles in this series

An In-Depth Guide to Kotlin's Scoped Functions: let, run, with, also, apply

Aug 4, 20235 min read

Demystifying Kotlin's Scoped Functions: let, run, with, also, apply · Kotlin, a modern programming language is well known due to its simplicity,...

An In-Depth Guide to Kotlin's Scoped Functions: let, run, with, also, apply

Kotlin: lateinit vs lazy

Jul 5, 20235 min read

Differences between Kotlin's lateinit and lazy. · If get to know something new by reading my articles, don't forget to endorse me on LinkedIn This...

Kotlin: lateinit vs lazy

Kotlin : String vs StringBuilder

Mar 2, 20233 min read

Java/Kotlin : String vs StringBuilder performance comparison · If get to know something new by reading my articles, don't forget to endorse me on...

Kotlin : String vs StringBuilder

Interfacing in Java/Kotlin

Jul 31, 20223 min read

What, How & Why Interfacing in Java/Kotlin, by following Practical Example. · If get to know something new by reading my articles, don't forget to...

Interfacing in Java/Kotlin

Kotlin, Coroutine: Convert Async APIs into Sync

Feb 28, 20224 min read

Convert Asynchronous APIs into Synchronous using Kotlin and Coroutine · If get to know something new by reading my articles, don't forget to endorse me...

Kotlin, Coroutine: Convert Async APIs into Sync

Kotlin's Coroutine Extension Functions

Feb 17, 20221 min read

Kotlin's Coroutine extension functions to switch from one context to another one. Supports [Dispatchers.IO], [Dispatchers.Main], [Dispatchers.Default ·...

Kotlin's Coroutine Extension Functions