src/com/google/android/samples/app/AlarmController.java |
The activity that lets you schedule alarms |
src/com/google/android/samples/app/OneShotAlarm.java |
This is an intent receiver that executes when the
one-shot alarm goes off |
src/com/google/android/samples/app/RepeatingAlarm.java |
This is an intent receiver that executes when the
repeating alarm goes off |
/res/any/layout/alarm_controller.xml |
Defines contents of the screen |