ylliX - Online Advertising Network

How to export data to CSV with correct formatting for IDs and timestamps without converting numbers to strings?

I am working on a software application that needs to export data in CSV format. However, I’ve encountered a couple of issues: Timestamps: When exported, the timestamp fields don’t display in the desired format. Long IDs: Long numeric IDs are displayed in scientific notation, which makes them hard to read. To address this, I added […]

Graduating from View IDs

I found an old screen in Cash App today that wasn’t retaining its scroll position across configuration changes. A peek into git history revealed that the author forgot to assign an ID to its scrollable layout for enabling state restoration. And would you even blame them? Sure, View IDs are necessary, but maintaining them manually […]