我需要制作一个 Android 应用程序来显示日历控件。我试图在Android提供的默认小部件中找到这样的控件,但找不到。如何在 Android 应用程序中集成日历控件?
我还希望日历能够将事件和提醒添加到特定日期。
我需要制作一个 Android 应用程序来显示日历控件。我试图在Android提供的默认小部件中找到这样的控件,但找不到。如何在 Android 应用程序中集成日历控件?
我还希望日历能够将事件和提醒添加到特定日期。
http://developer.android.com/reference/java/util/TimerTask.html
这可能会对您有所帮助。
更新:
http://developer.android.com/reference/android/app/AlarmManager.html
http://blog.blundellapps.com/notification-for-a-user-chosen-time/
http://android.arnodenhond.com/tutorials/alarm-notification
也许这就是他要找的东西?
在应用程序中使用安卓TimerTask
。
如果您正在寻找其他东西,请尝试使您的问题更清楚。
以下是如何使用它: Stackoverflow
更新
我相信这就是你要找的东西: Stackoverflow