• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Calendar in Android

 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am an infant developer in Android and a toddler in Java. As luck would have it I have managed to set up the Eclipse, Android SDK and even ADT for Eclipse. What more I have even managed to develop simple projects. So far so good. But I decided to develop in Android because of a specific reason: All I need to develop is a Calendar where in every alternate thursdays in each month is highlighed with a red color, like they do for Saturdays and Sundays. How can I do this?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what you mean by "what they do ..." - which calendar does that? On my device, Google Calendar does not color Saturdays and Sundays in any special way.

If you can assume the presence of Google Calendar (which is part of the suite of Google Apps that comes pre-installed on most Android devices), you could use its API to create a new calendar that has all-day events (or add them to one of the existing calendars). I don't know about setting the color, though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic