Marco Bellinaso·Nov 23, 2021Android and iOS config-driven experiments that don’t require releases (Droidcon London talk)At ASOS there’s an ever increasing demand to run experiments at scale in our mobile apps. Spotting an opportunity to improve current processes, where we had to manually implement and release each experiment individually, we built a custom “Url Injection Framework” which makes it possible to implement configuration-driven experiments that can modify any API call or network request without requiring app changes and releases.Apps7 min readApps7 min read
Michael Waterfall·May 30, 2018Using generics and descriptors to standardise icons, images and placeholders on iOSConsistency is key when creating a good user experience. When it comes to displaying icons, product photos, placeholders or loading spinners, having a single place to define what they look like and how they should be displayed on screen allows us to keep things consistent. In the world of iOS…IOS5 min readIOS5 min read