Android Custom Calendar and Reminder

23,671

@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

Share:
23,671
osayilgan
Author by

osayilgan

(your about me is currently blank)

Updated on July 09, 2022

Comments

  • osayilgan
    osayilgan almost 2 years

    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.

  • osayilgan
    osayilgan almost 12 years
    Thx for the answer, but I will be working from API 8 so Calendar Provider will not work. For the other you suggested, It's not the answer I'm looking for. Instead of adding and removing events to main calendar I want to create my own calendar in android calendars database and manage it with my self. Any suggestion ?