讲解Andriod Activity的生命周期,值得一看:
http://developer.android.com/training/basics/activity-lifecycle/starting.html
下图简单阐述了Activity的生命周期以及每个生命周期转换的时候会被调用的函数:
其中Resumed,Paused和Stopped这三个状态是可以持续一段时间的状态
如何访问手机振动:
http://liangruijun.blog.51cto.com/3061169/724042
简易闹钟示例程序:
http://www.linuxidc.com/Linux/2011-08/41227p2.htm
在锁屏状态下点亮屏幕:
http://blog.csdn.net/jjmm2009/article/details/8757357
PowerManager and WakeLock :
http://developer.android.com/reference/android/os/PowerManager.html
http://developer.android.com/reference/android/os/PowerManager.WakeLock.html
PendingIntent:
http://developer.android.com/reference/android/app/PendingIntent.html
AlarmManager:
http://developer.android.com/reference/android/app/AlarmManager.html
Vibrator:
http://developer.android.com/reference/android/os/Vibrator.html