👤

Prasenjit Banik

Published Posts

📝

Android

Decoding Android's Main Dispatchers: A Comparative Look at Main vs. Main Immediate

In Android development, dispatchers play a crucial role in managing concurrency, particularly when working with coroutines. Among these, the main dispatcher is perhaps the most significant, as it handles code execution on the user interface (UI) or main thread of your application. However, there is more nuance than meets the

Read More arrow_forward