Posts
All articles I've published.
-
Using AI to build modern Android apps - are we there yet?
Assisted coding is very promising and fun! Fully autonomous app building might not be too far away! 🤓
-
Android remote logging to Airtable using Timber
Have you ever needed to save your Android Logcat logs for later analysis? You can achieve this using Timber and a service that has REST API
-
How to update a Docker Container using Portainer
ℹ️ This is part of the self-learning log as I explore Docker and Portainer.
-
Using SQLDelight 2.0 with PostgreSQL for JVM
How to create data source to connect to PostgreSQL database and work with SQLDelight 2.0
-
Kotlin coroutines error handling strategy - `runCatching` and `Result` class
Use Kotlin’s standard function `runCatching` API to handle errors from standard or coroutines functions.
-
Quick Trick - Use Android’s Animated Vector Drawable as ProgressBar
Trick on how to create Android custom indeterminate progress bar behaviour using ImageView and Animated Vector Drawable
-
Source code syntax highlighting on Android - Taking full control
Tips on how to take full control and create your own custom-view to add syntax highlighting support in your Android app.
-
Dark mode for medium.com - why doesn’t it exist (yet)?
Medium has launched a sister site called MOMENTUM that is in dark mode. Here I talk about how you can possibly have dark-mode now.