ylliX - Online Advertising Network

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

Type safe navigation for Compose

With the latest release of Jetpack Navigation 2.8.0, the type safe navigation APIs for building navigation graphs in Kotlin are stable 🎉. This means that you can define your destinations using serializable types and benefit from compile-time safety. This is great news if you’re using Jetpack Compose for your UI because it’s simpler and safer […]