ylliX - Online Advertising Network

BingoPlus Foundation, DigiPlus bring clean water to 15,000 residents in Dumanjug, Cebu

DigiPlus Interactive, through its social development arm, BingoPlus Foundation, recently launched Project Clean, an initiative aimed at improving water safety for 15,000 residents in Dumanjug, Cebu. This critical project addresses the severe public health challenges posed by inadequate access to clean water, providing essential support to the local community. Diarrhea remains the third leading cause […]

Clean Strings Handling in Android

In this article, you’ll learn how to use string resources inside ViewModel or any place you want, no matter what the source of the string is! We want to treat all strings in Android as equals, whether they’re from strings.xml , backend or user-created content. You’ll need an abstraction representing all of these values to […]

Clean Chat Example App with Jetpack Compose

Stream now provides a Jetpack Compose Chat SDK. Check out the Compose Chat Messaging Tutorial and give it a try today! We’ve recently published a Jetpack Compose design sample on Twitter, recreating the Contacts & Messages design by Mickael Guillaume on Dribbble. The source code for this sample is available on GitHub. In this article, […]

Goodbye, Clean Code — overreacted

It was a late evening. My colleague has just checked in the code that they’ve been writing all week. We were working on a graphics editor canvas, and they implemented the ability to resize shapes like rectangles and ovals by dragging small handles at their edges. The code worked. But it was repetitive. Each shape […]

Writing clean models using extensions

Models in Kotlin with data classes are already leaner and cleaner than their Java counterparts. Abstracting away all those getters, setters, toString() and copy() method with a single keyword makes our models reflect the only thing they should be concerned about — holding data. As I was exploring Swift for a project, I came across […]