Posts
Integrating Native Android Code in Unity
January 4, 2020•2,865 words
Have you ever wanted to run native Java and Kotlin code from your mobile game written in Unity? Well, you can! Let's see how.
Change the Host File of an Android Emulator
December 27, 2019•1,110 words
In order to test web applications with Android properly, you may need to edit the Android Emulator network host file. Here's how to do so.
Introduction to HTML, CSS, and JavaScript
December 16, 2019•1,543 words
Introduction to the underlying concepts of HTML, CSS, and JavaScript and how they work together.
How Binary and Hexadecimal Work: An introduction to non-decimal number systems
November 7, 2019•2,729 words
Learn how to convert decimal to binary and hexadecimal, how CSS colors are calculated, and how your computer interprets letters into binary.
Introduction to TypeScript — What is TypeScript?
October 13, 2019•2,516 words
An introduction and explanation of what TypeScript is, is not, and what it's used for
Hard grids & baselines: How I achieved 1:1 fidelity on Android
October 7, 2019•2,726 words
Testing the limits of `firstBaselineToTopHeight` and `lastBaselineToBottomHeight` to deliver a perfect result.