Post #2216233
2026-03-29 06:37 UTC
@svenjacobs@androiddev.social there were a few bindings to the Android Runtime, specifically Android's context object. That meant it could only run on an Android device. Now the core at least - not the UI - can run anywhere you can run Java. Which is a lot of places!
Replies (1)
-
@svenjacobs@androiddev.social 2026-03-29 06:58
@_jocmp@mastodon.social I see, that's great!