I am working on an Android application which requires a google synced calendar as part of it. I cannot use an Intent to show up the Android Calendar Activity. It has to be a part of the application. The calendar takes up only half of the screen, and rest of the area should be filled with the application content.
- Can someone tell me how to go about this?
- I would have to create a new custom calendar as a View? Or its not possible at all?
- Is there any custom calendar view available already so that I can plug it and use?
Thanks guys.