Posts
All articles I've published.
-
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…
-
How to be an Android Developer with just 7 taps. Deep Dive 🔎
In the past few years, the Android ecosystem has exploded with lots of tools, libraries, and architecture guidelines. Recently, with I/O…
-
Create your own mock API server with Express.js and Firebase for free!
Recently I had to prepare a complete mocked server for an app I worked in the past. The reason mocking was required so that app’s…
-
Using custom domain for GitHub pages
Recently I decided to host my personal portfolio site using GitHub pages. Even though they have very detailed instruction on how to setup a…