Repeating Alarm in Android
问题 What is the best way to implement repeating alarm in my android application? Every user selects a specific time and I want to notify them when this time approaches on daily bases. I have come across this, but I am wondering whether this is the best way? 回答1: The alarm manager should meet your needs. There is no better way except for maybe having a server ping your client. Since android really doesn't like things that repeat on a predictable interval, and since recent versions don't let you