3 Commits

Author SHA1 Message Date
4d9e715361 organize 2026-02-26 20:49:21 -05:00
bebcf48a32 Fix Android emulation and runtime errors for both apps
- Add emulator management scripts (start/stop/status) with logging to /tmp
- Fix AVD config: enable GPU acceleration, increase RAM to 4096M
- Update babel-preset-expo 9.3.2 -> 55.0.8 to fix RN 0.83 private methods
  support without breaking polyfills
- Add Android package name to expo app.json
- Fix Flutter startup crash: call WidgetsFlutterBinding.ensureInitialized
  before accessing platform channels in db init

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 00:39:16 -05:00
453d017558 Initial commit: two Clojure Android todo apps
Side-by-side comparison of viable Clojure-on-Android approaches:
- todo-expo/: ClojureScript + shadow-cljs + Expo + Reagent + re-frame
- todo-flutter/: ClojureDart + Flutter

Both apps feature: add/remove/check-off todos, SQLite persistence,
categories, priorities, edit support, swipe-to-delete, filtering.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 23:41:45 -05:00