Working with JavaScript Objects

By Joshua Kovach

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

By Victoria Gonda

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.