Coding Computer by Lukas is licensed under Creative Commons Zero
Working with JavaScript Objects
TIL that when you have a plain object and store instance variables on it, you’re actually setting a class variable across all instances. Here’s how to fix that.
How I Almost Put an iframe into a WebView
You don’t have to use an iframe to listen to JavaScript events on 3rd party webpages. Instead, the best solution just involves a little Kotlin.