Android app that was originally developed at HackMIT. It uses the phones location and user's preferences to set a dynamic alarm based on weather..
SmartAlarm is hosted in the following web site
https://github.com/mike-n-7/SmartAlarm
If you think the Android project SmartAlarm listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SmartAlarm.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_LOCATION android.permission.INTERNET com.android.alarm.permission.SET_ALARM |
SmartAlarm has the following Java source files.
com.example.smartalarm.GPS_Test.java com.example.smartalarm.JSONHelper.java com.example.smartalarm.MyReceiver.java com.example.smartalarm.Preferences.java com.example.smartalarm.SetAlarm.java com.example.smartalarm.SetAlarmService.java com.example.smartalarm.SetPhysicalAlarm.java com.example.smartalarm.SetSilentAlarm.java