App¶
The Android app is built with Quasar (Vue 3) and Capacitor. It lets you send images and text to the NFC-powered e-Paper by tapping the phone against the frame's antenna.
Screens¶
- Home — device status and model selector.
- Send an image — pick an image, apply an effect, send it.
- Write text — render text and send it.
- History — previously sent items.
Native integration¶
The native side (app/android/) registers the EpaperNFC Capacitor plugin
and configures NFC foreground dispatch so a tap on the frame is delivered to
the app. See Send an image.