https://github.com/runningcode/umbrellaalarm
Warns you when it is going to rain so you can bring an umbrella!
https://github.com/runningcode/umbrellaalarm
Last synced: 7 months ago
JSON representation
Warns you when it is going to rain so you can bring an umbrella!
- Host: GitHub
- URL: https://github.com/runningcode/umbrellaalarm
- Owner: runningcode
- License: apache-2.0
- Created: 2013-09-19T08:02:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T03:23:38.000Z (over 12 years ago)
- Last Synced: 2025-02-25T08:15:25.423Z (over 1 year ago)
- Language: Java
- Size: 287 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
UmbrellaAlarm
=============
Warns you when it is going to rain so you can bring an umbrella!
The main activity of the app is a PreferenceActivity to change settings. The rest of the app runs in the background.
This app has two services.
The CheckAlarmService runs every hour for those who want the notification to happen when their alarm goes off. It schedules the UmbrellaAlarmService for the time of the user's next alarm.
The UmbrellaAlarmService is scheduled to run either based on the user's alarm or at a time the user picked in the settings.