Romman Sabbir
Romman Sabbir | Official

Romman Sabbir | Official

Follow
Follow
homeDependency Injection w/ HiltResumeKotlinSOLID PrinciplesAndroid DevelopmentAlgorithms
Tag

coroutines

#coroutines

More content

Read more stories on Hashnode


Articles with this tag

Understanding Kotlin Coroutine Dispatchers

Dec 7, 20232 min read

A Guide for Android Developers to understand Kotlin's Coroutine Dispatchers · Introduction In this article, we will delve into the realm of Dispatchers...

Understanding Kotlin Coroutine Dispatchers

Simplifying concurrency w/ Kotlin Coroutines : A utility function

Oct 16, 20236 min read

Executes a coroutine with configurable dispatchers for subscription and observation. · Concurrent programming, which involves running multiple tasks...

Simplifying concurrency w/ Kotlin Coroutines : A utility function

How to execute any operations in an *Adapter or a *ViewHolder under the foreground activity's lifecyclescope?

May 16, 20221 min read

If get to know something new by reading my articles, don't forget to endorse me on LinkedIn Yes, we can do that, EASILY! By using: DI (Hilt) | FUN,...

How to execute any operations in an *Adapter or a *ViewHolder under the foreground activity's lifecyclescope?

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

LiveData or Flow(StateFlow/SharedFlow)?

Feb 9, 20222 min read

UseCases of LiveData and Flow in Modern Android Development. · If get to know something new by reading my articles, don't forget to endorse me on...

LiveData or Flow(StateFlow/SharedFlow)?