Skip to content

Commit

Permalink
ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
MyoWin-andrDev authored Sep 25, 2024
1 parent 467f666 commit d4e57b2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
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.

0 comments on commit d4e57b2

Please sign in to comment.