-
Associate Android app links with your subdomain using GitHub Pages & Cloudflare
As part of my APOD wallpaper rewrite, I wanted to support universal links / app links. These allow users with the app installed to click a link like apod.jakelee.co.uk/day/2020-01-01 and be taken directly to that APOD within the app!
-
Accessing an Android app secret from GitHub Actions using Gradle
Often an open source project will have API keys, auth tokens, and other secrets that definitely shouldn’t end up in source code. In my current open source project (a rewrite of APOD Wallpaper) I needed to store my APOD API key.
-
Programmatically creating and scheduling animations for Android drawable layers with ObjectAnimator
Recently I needed to perform a pretty complex animation on an image button. The button needed to move, whilst different parts of it also needed to rotate, fade in and out, and disappear!
-
Android Discord Communities: 2020 edition
Whether working on Android apps, finding new games, or having technical issues, getting real time Android support on places like Discord can be extremely helpful. In this follow-up post to my December 2018 edition, I will cover the main Android Discord communities, and how they have changed in the last 20 months.
-
Should I use a free / cheap resource pack in my game?
For small / single-person dev teams, art assets can be one of the trickiest parts of the game making process. Even the most interesting game mechanics won’t be appreciated by many unless the game is visually appealing. I consider myself a reasonable programmer, but my attempts at creating resources are… best not shown to others!
-
Exploring pull requests with GitHub's rich diff functionality
Like many developers, I spend a surprisingly large amount of time reviewing other people’s code. In fact, according to GitHub that’s around 20% of my day!
-
A few experiments with Android drawable gradients
After recently struggling to make a small modification to a simple translucent overlay, I decided to experiment with gradients in Android drawables. After a few hours, I discovered a few new possibilities! Drawable gradients seem to be rarely used despite their simple syntax, with people preferring to use SVGs or static images.
-
Avoiding a 1 pixel line on Zeplin exports, or why density matters
Recently I needed to update some marketing images in an Android app, based on our designer’s Zeplin screens.
-
Posting a Slack message from Travis CI
As part of my ongoing mission to rewrite our CI system, the final step is letting QA know that a new build is available. They can’t test it if they don’t know it’s there!
-
Super simple guide to adding a new Ferdi service recipe
In my last post I gave a brief overview of the messaging browser Ferdi, and why I love it so much. I noticed there wasn’t a recipe for Nextdoor messages yet, so I decided to create it!