How to use custom calendar view in Android and how to set alert for reminder?

前端 未结 2 714
梦如初夏
梦如初夏 2021-01-19 09:42

I need to make an Android application to show a Calendar control. I have tried to find such a control in the default widgets provided by Android, but could not find it. How

相关标签:
2条回答
  • 2021-01-19 10:06

    Lags while playing 2 sounds on the same time in timer

    http://developer.android.com/reference/java/util/TimerTask.html

    This may help you.

    UPDATE:

    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

    May be this is what he is looking for?

    0 讨论(0)
  • 2021-01-19 10:23

    Use android TimerTask in app.

    Android Developers

    If something else is what you're looking for, try to make your question clearer.

    Here is how you can use it: Stackoverflow

    UPDATE

    I believe this is what you're looking for: Stackoverflow

    0 讨论(0)
提交回复
热议问题