Medication Reminder Widget for Android: Check Off Doses From Your Home Screen
A notification is a moment; a widget is a place. When your remaining doses for the day sit on the home screen next to the clock, you see them every time you unlock the phone — dozens of times a day — without the app ever having to interrupt you. For medication, that ambient visibility is often what closes the gap between "I got the reminder" and "I actually took it".
What a good pill widget shows
- Only what is left today. Not the whole list — the two or three doses still open, with their times. Once everything is taken, a single line: "All done today".
- A check button per row. Tapping it logs the dose immediately, the same way as tapping inside the app. No app launch, no extra confirmation.
- A progress number. "3/5" is faster to read than five icons.
How to add a widget on Android
- Long-press an empty area of the home screen and choose Widgets.
- Find the app (PillTap has two: Today's meds checklist and Progress).
- Drag it to the home screen. On most launchers you can then long-press it and drag the handles to resize — a 4×2 checklist shows up to five doses.
On Samsung One UI, widgets can also be stacked: put the Progress widget in a stack with your calendar and swipe between them.
Why the widget must refresh at midnight
A widget is a static picture the app repaints. If the app only repaints it when you log a dose, at 00:01 it still shows yesterday's "All done" — and you skip the morning pill because the widget looked finished. A well-built medication widget schedules a refresh at midnight (and after reboots), so the new day's list appears before you wake up. It is a small detail that separates widgets that get trusted from widgets that get removed.
"Widget can't be added": what that message means
Some Android versions show this when an app's widget declares no preview layout — the picker has nothing to draw. It usually does not mean the widget is broken; the app developer needs to ship a preview. If you see it, try adding the widget from the app's own settings if it offers that, or update the app. PillTap ships previews for both widgets so the picker always shows what you will get.
Widget + notification + calendar
The widget is one of three doors into the same record. The reminder notification has Taken / Skip / 10 min buttons for the moment the dose is due. The widget covers the rest of the day. The calendar covers everything after — fixing a dose you took late, seeing which days slipped. All three write to the same log, so nothing gets double-counted.
PillTap
PillTap includes a resizable Today's meds checklist widget with a check button on every row, a Progress widget showing taken / total, midnight refresh, and previews in the widget picker. No account, no subscription, everything stays on your phone.