ylliX - Online Advertising Network

Bundling Things Nice and Pretty 💝

Of all the projects that I have worked on over the years, one thing they all have in common is the need to pass things around. Whether passing stuff to an Activity as Intent extras, a Fragment as arguments or its onSaveInstanceState, or even a ViewModel’s SavedStateHandle, the most common way to do it is […]

Building a sub-sampling image viewer for Compose UI

How do you display a 100mb image on Android without running into OutOfMemoryError? You can’t. But you can cheat. For years Android developers have used Dave Morrissey’s excellent library, subsampling-scale-image-view for displaying large bitmaps with deep zoom. It optimizes memory usage by loading lower resolution bitmaps whenever possible and avoiding loading parts of the original […]

What Android Needs To STEAL From iOS 17

On this week’s episode of the Android Central Podcast, Shruti Shekar, Jerry Hildenbrand, Andrew Myrick, and Derrek Lee discuss what Android 15 needs to steal from iOS 17, what iOS 17 needs to learn from Google, the Samsung Galaxy Watch & Google Pixel Watch’s new health features, review the Moto G Stylus 5G, rave about […]