graalvm-mobile

phronmophobic 2024-09-17T21:10:56.859839Z

I now have the ugliest podcasting app, but at least it doesn't crash and lose my queued episodes like the app I got from the app store. The code could be refactored a bit, but I think it demonstrates many features you would want in a typical app: • interacting with platform APIs via a fully capable https://github.com/phronmophobic/objcjure • API calls to a web service • app state persistence to a db • user interface • interacting with the local filesystem (ie. downloading podcast episodes) and all the development was done from emacs connected to a live sci repl running on the phone! app source: https://github.com/phronmophobic/grease/blob/main/examples/app/pod.clj

💯 8
👏 2
🤯 3
🚀 1
borkdude 2024-09-17T22:00:55.163599Z

This is very cool!

kapil 2024-09-18T09:01:30.121619Z

Super cool stuff. REPL driven mobile development sounds like a dream!