A simple Android app that permanently displays the current time on screen, over any other application.
- 🕐 Real-time clock display (HH:mm:ss)
- 📌 Permanent overlay over any application
- 👆 Drag to move anywhere on screen
- ⚙️ Long press on clock opens settings directly
- 🎨 Text color selection (White, Yellow, Red, Green, Cyan)
- 📏 Adjustable text size
- 🔤 Custom Saira Semi Condensed font (7 variants: Thin, Light, Regular, Medium, SemiBold, Bold, Black)
- ⏱️ Show/hide seconds option
- 💾 Settings saved automatically after phone restart
- 🚀 Auto-start on boot (on/off)
- 🌙 Dark mode
- 🔔 Stop button in notification bar
- Android 8.0 (API 26) or higher
- Permission to display over other apps
- Kotlin
- Android Foreground Service
- WindowManager Overlay
- SharedPreferences
- BroadcastReceiver
⬇️ Download ClockOverlay-v1.0.apk
- Clone the repository
- Open the project in Android Studio
- Run on an Android device or emulator
MIT License