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.