Posts
All articles I've published.
-
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.
-
Setup Android Gradle based Firebase App Distribution with GitHub Actions CI
A quick guide on how to set up Github Actions CI workflow to automatically post APK to Firebase App Distribution from your Android project.
-
Hackathon: Creating the simplest Muzei Wallpaper plugin for Android
A short article showcasing how to build Muzei Live Wallpaper plugin for Android using two simple steps.
-
Use node.js tools on GitHub actions CI workflow
On April 14th, 2020 GitHub announced a major change in their plans to allow free private repositories. It’s a good time to make use of…
-
How to take your beginner Android skills to the next level by studying open-source Android Apps
Article contains list of Android Open-Source apps that are fully featured and ideal for learning different techniques.
-
Clickable link text for Android TextView — Kotlin Extension
Recently I have had to create UI that required user tappable/clickable text in the same text view. I know this is kind of unusual as the…