Android Custom Calendar and Reminder [closed]

半腔热情 提交于 2019-12-18 12:45:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!