ylliX - Online Advertising Network

Top 10 Coroutine Mistakes We All Have Made as Android Developers

Understanding and Avoiding Common Pitfalls in Asynchronous Programming with Kotlin Coroutines This image was generated with the assistance of AI As Android developers, Kotlin coroutines have become an indispensable tool in our asynchronous programming toolkit. They simplify concurrent tasks, make code more readable, and help us avoid the callback hell that was prevalent with earlier […]

How to smash a Jetpack Compose feature from Product — including testing! 🧪 🧐

The Team Leaders feature for the NHL app on Google Play To create exceptional Jetpack Compose features, start by aligning them with your product goals and user needs. Design, prototype, and develop features that provide value. For this specific feature, Product aims to deliver interactive widgets and comprehensive player data, enhancing the user experience. 🏆🎉🥇💪 […]

Compose Navigation The Old Way

A guide on how to define string routes safely Traditionally, navigation in Compose relies on defining routes as strings, which opens up a lot of flexibility but also introduces potential risks if not handled carefully. In this guide, we’ll walk through how to safely define string routes, break down the structure of these routes, and […]

Understanding the Coroutine Lifecycle in Kotlin

Diagram from kotlinlang.org Kotlin’s coroutines offer a powerful way to manage concurrency and asynchronous programming. However, to use them effectively, it’s crucial to understand the lifecycle of a coroutine. In this blog post, we’ll explore the coroutine lifecycle, focusing on the states of a coroutine’s Job, how they transition between states, and practical examples to […]

Unlock What’s New in Android Development 📱

Unlock What’s New in Android Development 📱 Animation and Masking in Jetpack Compose with the grahpicsLayer() and Drawing Modifiers Omar Sahl goes over the power of Jetpack Compose’s animation API combined with graphicsLayer() for creating dynamic, eye-catching animations. Mastering FileProvider in Android: Secure File Sharing Explained Dobri Kostadinov gives a guide to configuring and using […]