ClockApp is a minimalistic and efficient clock application developed in Kotlin for Android. It showcases Kotlin's capabilities in building modern Android apps with a focus on simplicity, functionality, and a clean user interface. Whether you're a developer exploring Kotlin or a user seeking a straightforward clock app, ClockApp has you covered.
- Real-Time Clock: Displays the current time, updated every second.
- Alarm System: Set and manage custom alarms with notifications.
- Stopwatch: Track time with start, pause, and reset options (millisecond precision).
- Theme Support: Toggle between light and dark modes.
- Responsive Layout: Adapts to different screen sizes and orientations.
To run ClockApp, ensure you have:
- Android Studio (Latest stable version)
- JDK 17 or higher
- Kotlin Plugin (Bundled with Android Studio)
- An Android device/emulator with API 21 (Android 5.0) or higher
Follow these steps to set up and run ClockApp locally:
- Clone the Repository:
git clone https://github.com/username/ClockApp.git cd ClockApp