I'm doing calendar application in android.My code from : http://code.google.com/query/#q=android%20calendar here i can pick up date from calendar.But i need to mark some date on it.for ex.when i gave any date.,it should be highlighted on my calendar.How could i do this?
Asked
Active
Viewed 2,468 times
1 Answers
0
Normally, when you call
setDate()
method, this will do the job for you.

Milos Cuculovic
- 19,631
- 51
- 159
- 265
-
There s no method like setDate() ive called on that example.Where to call?i didnt do this calendar application before.can u guide me? – sanjay Oct 08 '12 at 10:14
-
Can you give me the link to your code, the one you gived is only a google search.. – Milos Cuculovic Oct 08 '12 at 10:16
-
Please take a look @ this link http://code.google.com/p/android-calendar-view/downloads/detail?name=Calendar.v0.5.0.zip&can=2&q= – sanjay Oct 08 '12 at 10:19
-
I suggest you to use the Android calendar view with the android calendar class and then you will have the access to the setDate() method. Or make you calendar class enxtend the android calendar if possible. – Milos Cuculovic Oct 08 '12 at 11:28
-
Milos, can you give an example of `se the Android calendar view with the android calendar class and then you will have the access to the setDate() method` – W.K.S Jun 24 '13 at 12:37