Hi,
I am building a Calendar Application for Android OS. I have previously made some Android applications with built-in android widgets such as buttons and spinners etc. Now I want to create an Android Application that displays 4 'tabbed' views of a Calendar (month, week, day & list). I have already built the backend stuff for the application, I just need to display the events in an interactive UI. I have a few questions regarding this:
- Any suggestions on how to go about doing this? Should I have a xml file with gridview that can update in real-time according to user interactions + current time. If so then do you have any open-source example of this?
- Are there any open source calendar applications I can check for Calendar UI information?
- I have to update the Calendar UI according to the current day and time. How can I do this?
Any other suggestions are also welcome.
Thank you.