-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
467f666
commit d4e57b2
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
# Smart Alarm App | ||
|
||
## Description | ||
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. | ||
|
||
## Features | ||
- **Create and Manage Alarms**: Users can set multiple alarms with customizable times and labels. | ||
- **Edit Existing Alarms**: Users can easily edit the details of their existing alarms. | ||
- **Delete Alarms**: Users can remove alarms they no longer need. | ||
- **Persistent Storage**: The app uses Room Database for storing alarm data. | ||
- **User-Friendly Interface**: Designed for easy navigation and usability. | ||
|
||
## Technologies Used | ||
- Android SDK | ||
- Room Database | ||
- RecyclerView | ||
- Data Binding | ||
|
||
## Installation | ||
1. Clone the repository: | ||
|
||
git clone https://github.com/phyo-105438/Android-Smart-Alarm.git | ||
|
||
2. Open the project in Android Studio. | ||
3. Build and run the app on your device or emulator. | ||
|