Notes / Engineering04 published pieces

Field Notes

Notes from the workbench: Android, Compose, security, maps, and better developer tools.

Originals live on Medium

Using Biometrics for Encryption in Android

Biometric-Backed Encryption in Android Introduction One of the things that make unique mobile platforms is the security, especially when handling sensitive data. We want to ensure that it is the actual owner of the ph...

Expanding Compose Snackbars

Context Snackbars are a very common way to provide user feedback about their actions or app state. Although Material 3 already comes with a very good implementation of Snackbars, when it comes time to customise the UI...