Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WrichikBasu authored Oct 20, 2020
1 parent 2e7342f commit 4a4398d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Shake Alarm Clock
<i>An alarm clock app for Android which allows you to dismiss the ringing alarm by shaking the phone.</i>

Tired of pressing the power button/swiping the screen every time an alarm rings? Does your phone's UI have a tendency to freeze, thereby making it impossible to dismiss an alarm? No worries! You have come to the right place. With this app, you can simply shake your phone and dismiss the alarm.


## Salient features:
1. The alarm is handled by a service which has almost no dependency with the UI. So, even if your UI freezes, the alarm will ring and can be dismissed.
1. Uses latest Android Room database for storing alarms.
1. Inbuilt dark theme, even in phones that do not support it.

## How to use?
Simply download the latest apk file, install it, give necessary permissions, and you are all set!

0 comments on commit 4a4398d

Please sign in to comment.