Android

All posts in Android category

Early Exit from Coroutines: Kotlin

<p>When working with <strong>coroutines</strong> in Android, you might encounter scenarios where you want to exit early—for example, if cached data is available, avoiding unnecessary network calls. In...

Coloring Markdown-Style Bold Text in TextView

<p>In this tutorial, you'll learn how to create a Kotlin function that automatically detects and colors <strong>Markdown-style bold text</strong> (surrounded by <code>**</code>) in an Android <code>Te...