ylliX - Online Advertising Network

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 […]

Problem creating a Drawable instance in compose

I need to migrate my old java code that creates a Drawable instance which is a gradient with a starting color in the upper part and a finishing color in the bottom part. It worked perfectly in java, but after migrating the code to kotlin and compose, getDrawable function returns an empty transparent drawable: override […]

Here’s what happening in our latest Spotlight Week: Adaptive Android Apps

Posted by Alex Vanyo – Developer Relations Engineer Adaptive Spotlight Week With Android powering a diverse range of devices, users expect a seamless and optimized experience across their foldables, tablets, ChromeOS, and even cars. To meet these expectations, developers need to build their apps with multiple screen sizes and form factors in mind. Changing how […]