diff --git a/README.md b/README.md new file mode 100644 index 0000000..81e54e1 --- /dev/null +++ b/README.md @@ -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. +