Skip to content

Commit d4e57b2

Browse files
ReadMe
1 parent 467f666 commit d4e57b2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# Smart Alarm App
3+
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.
6+
7+
## 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.
13+
14+
## Technologies Used
15+
- Android SDK
16+
- Room Database
17+
- RecyclerView
18+
- Data Binding
19+
20+
## Installation
21+
1. Clone the repository:
22+
23+
git clone https://github.com/phyo-105438/Android-Smart-Alarm.git
24+
25+
2. Open the project in Android Studio.
26+
3. Build and run the app on your device or emulator.
27+

0 commit comments

Comments
 (0)