https://github.com/shreyansh26/remindme-android-app
A simple Reminder Android app
https://github.com/shreyansh26/remindme-android-app
android-application reminder
Last synced: 6 months ago
JSON representation
A simple Reminder Android app
- Host: GitHub
- URL: https://github.com/shreyansh26/remindme-android-app
- Owner: shreyansh26
- Created: 2017-07-09T20:19:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T20:24:40.000Z (over 8 years ago)
- Last Synced: 2025-03-24T18:52:33.954Z (7 months ago)
- Topics: android-application, reminder
- Language: Java
- Homepage:
- Size: 1.55 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Documentation - RemindMe
========================## Author- Shreyansh Singh
Remind Me is an Android App, created using the Android Studio IDE. It is basically a Reminder App which asks for the
content of the Reminder that the user wants to put up, whether the user wants the notification to repeat(update) after
a certain time or not and also how long the user wants the Reminder to stay in their notifications. On clicking the
"Set Reminder" button, the reminder is set as a notification and appears in the notification panel along with the time
at which the reminder is to be updated next(if given by user) and the deadline for the reminder.Multiple Reminders can be set using the app at a time and can be viewed in the notification panel. The notifications have
been given a high priority so that they will always appear on top of all notifications and also appear if the phone is
locked.To Delete the reminder all you have to do is just swipe right/left to remove the notification.
The .apk file of the app is along with this README. Just install the .apk file to use the app.
The demo video of the app is available [here](https://drive.google.com/open?id=0BwSLQnNZUNnSUU5LZ3pUR1NrVzA)