问题
My application will contain a custom calendar, and according to this calendar user can create events and reminders.
And the thing is, is it possible to create a custom calendar in android ?
(I mean I want to create events in my calendar and these events will not appear in main calendar in Android. Preferably user can also add these events to the Android's calendar.)
So my first question is, is it possible to create that kind of application ?
2-) Do I need to use SQL lite for this project ? or Android stores these information ? Because I want to make the user ables to edit and delete the events and reminders.
Any tutorials or open source projects can be helpful.
回答1:
@osayilgan
Check this link :
Android: android-simple-calendar
Custom calendar dayview in android
How to display a calendar UI in an Android application?
How to implement CalendarView in Android
hope this help
回答2:
Using Calendar Provider from 4.0 you can read, edit and add events to the calendars on the device quite easily.
Calendar Provider
There are multiple posts on this subject, Simon sums it up overe here as well
Simon says :)
来源:https://stackoverflow.com/questions/12458139/android-custom-calendar-and-reminder