03 / Field notes

Writing from
the workbench.

Practical notes on Android, developer tools, and the experiments that make their way into real work.

Dec 7, 2025 · Latest note

How I Built Icora — A Small Experiment That Turned Into a Lesson on Dynamic Android Icons

🚀 How I Built Icora — A Small Experiment That Turned Into a Lesson on Dynamic Android Icons Icora Changing the launcher icon dynamically is one of those common questions in the An…

Read article

Aug 8, 2019 · Archive

Did you forget to push the code? Automate commit and push

Photo by Tim Gouw Did you forget to push the code to the version control system ?. Here is the easy way to automate the commit and push the source code to any version control syste…

Read article

Sep 1, 2018 · Archive

Create your first android library

An Android library is like JAR files, the Android ARchive(AAR) bundle is the binary distribution of an Android Library Project. Apart from JAR file, AAR contain resources as well a…

Read article

May 8, 2018 · Archive

Build your first app using React Native

gif by Paul van Oijen on Dribble React is a javascript library for building user interfaces which is developed by Jordan Walke. React Native is used to build mobile apps of both An…

Read article