This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ben Weiss
keyboardsurfer.dev
did:plc:ho7cwgcqys7ynvehjdoikoif
Don't use Gson on Android. Use Kotlin Serialization instead. It relies on code generation instead of reflection. This helps avoid optimization related crashes and faster app performance.
https://github.com/google/gson?tab=readme-ov-file
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/basic-serialization.md#basics
2025-05-15T17:04:30.052Z