Built a Native Android App Combining Alarms, Habit Tracking, and Event Reminders — What Feature Would You Add?
I’m a solo Android developer and recently built a native Android app called Elite Alarm that combines:
- Alarm scheduling
- Habit tracking
- Event reminders
The app is built with Kotlin, Room, AlarmManager, and Material Design components.
The most interesting challenge was making recurring alarms and reminders work reliably across device restarts and Doze mode.
I’m curious what other Android developers would add to an app like this.
What’s the most unusual, creative, or technically interesting feature you would implement in a productivity app like this?