Works without a connection
Airplane mode, basements, mountain trails, shared flats without Wi-Fi – reminders still fire on time.
RemMedy is offline by design – not 'offline-capable' as a bonus, but offline as an architectural principle.
Airplane mode, basements, mountain trails, shared flats without Wi-Fi – reminders still fire on time.
RemMedy needs neither Google services nor an app-specific server. Alarms live on-device.
Your doses and readings live in a local Room database. No server to lose, leak, or snoop on them.
Reminders are scheduled via AlarmManager/WorkManager and survive reboots and app updates.
Many apps market 'offline mode' but rely on a cloud that tolerates short outages. If the vendor kills the service, hikes the price, or the backend goes down, the app is useless.
RemMedy is different: the app has no backend for your health data. Database and alarms live on your device. Even if 70six vanished tomorrow, the installed app would keep reminding you.
Android provides two primitives that work offline: AlarmManager (for precise moments like "today at 8pm") and WorkManager (for recurring background checks). RemMedy uses both together: exact alarms for every single intake plus a scheduler that holds the next 48 hours and re-registers alarms after a device reboot.
Three steps decide reliability on your phone:
After these three steps, the app behaves the way you'd expect from an alarm clock: in standby, in airplane mode, without Google services, and without any Play-Services backend.
Offline-first doesn't mean "no backups possible". RemMedy offers two local export formats:
The export file stays on your device until you share it yourself. On import, the app explicitly warns that local data will be replaced.
Install, add a plan, done – airplane mode friendly. Free for up to 2 medications; Premium one-time €6.99 for unlimited (no subscription).