|
1 | | - |
2 | 1 | # Smart Alarm App |
3 | 2 |
|
4 | | -## Description |
5 | | -The Smart Alarm App is a simple yet effective Android application designed to help users manage their alarms effortlessly. With an intuitive interface, users can set, edit, and delete alarms with ease. The app uses Room Database for persistent storage of alarm data, ensuring that alarms are saved even when the app is closed. Users can customize alarm times and labels, making it easy to manage multiple alarms. |
| 3 | +A simple Android application that allows users to set, edit, and manage alarms. The app utilizes Room for local database management and provides a user-friendly interface for creating and modifying alarms. |
6 | 4 |
|
7 | 5 | ## Features |
8 | | -- **Create and Manage Alarms**: Users can set multiple alarms with customizable times and labels. |
9 | | -- **Edit Existing Alarms**: Users can easily edit the details of their existing alarms. |
10 | | -- **Delete Alarms**: Users can remove alarms they no longer need. |
11 | | -- **Persistent Storage**: The app uses Room Database for storing alarm data. |
12 | | -- **User-Friendly Interface**: Designed for easy navigation and usability. |
| 6 | + |
| 7 | +- Set multiple alarms with customizable labels. |
| 8 | +- Edit existing alarms. |
| 9 | +- Delete alarms. |
| 10 | +- Notifications with sound when alarms ring. |
| 11 | +- Toggle alarms on and off. |
13 | 12 |
|
14 | 13 | ## Technologies Used |
15 | | -- Android SDK |
16 | | -- Room Database |
17 | | -- RecyclerView |
18 | | -- Data Binding |
19 | 14 |
|
20 | | -## Installation |
21 | | -1. Clone the repository: |
| 15 | +- **Android SDK** |
| 16 | +- **Java** |
| 17 | +- **Room Database** |
| 18 | +- **RecyclerView** |
| 19 | +- **Broadcast Receiver** |
| 20 | +- **XML Layouts** |
22 | 21 |
|
23 | | - git clone https://github.com/phyo-105438/Android-Smart-Alarm.git |
| 22 | +## Getting Started |
24 | 23 |
|
25 | | -2. Open the project in Android Studio. |
26 | | -3. Build and run the app on your device or emulator. |
| 24 | +### Prerequisites |
27 | 25 |
|
| 26 | +- Android Studio |
| 27 | +- Java Development Kit (JDK) |
| 28 | +- Basic knowledge of Android development |
| 29 | + |
| 30 | +### Installation |
| 31 | + |
| 32 | +1. Clone the repository: |
| 33 | + ```bash |
| 34 | + git clone https://github.com/phyo-105438/Android-Smart-Alarm.git |
0 commit comments