4

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 to integrate a Calendar control in an Android application?

I also want the Calendar to enable adding events and reminders to specific dates.

Pandiyan Muthu
  • 1,040
  • 4
  • 21
  • 39

2 Answers2

1

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

Community
  • 1
  • 1
dragostis
  • 2,574
  • 2
  • 20
  • 39