Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a825fa9

Browse files
Update README.md
1 parent 96921a1 commit a825fa9

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

‎README.md‎

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
1-
21
# Smart Alarm App
32

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.
64

75
## 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.
1312

1413
## Technologies Used
15-
- Android SDK
16-
- Room Database
17-
- RecyclerView
18-
- Data Binding
1914

20-
## Installation
21-
1. Clone the repository:
15+
- **Android SDK**
16+
- **Java**
17+
- **Room Database**
18+
- **RecyclerView**
19+
- **Broadcast Receiver**
20+
- **XML Layouts**
2221

23-
git clone https://github.com/phyo-105438/Android-Smart-Alarm.git
22+
## Getting Started
2423

25-
2. Open the project in Android Studio.
26-
3. Build and run the app on your device or emulator.
24+
### Prerequisites
2725

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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /