it seems android calendar api is not available. can you please give me some tips and tricks for creating a similar thing.just like creating events,meeting, birthday etc.. and also notification when the event occurs. and also layout should be similar to-our in-built calendar give me some ideas or hint about look and logic?
Option 2: Use a calendar app that syncs with Google Calendar Some calendar apps let you add your Google Account on the settings page to sync your events. Tip: If you're using Google Calendar through your work, school, or other organization, you might also be able to use Google Workspace Sync for Microsoft Outlook®.
android:maxDate and android:minDate are used to set a custom range on the calendar. The dates specified are of the format MM/dd/yyyy. To do the same in Java we use setMaxDate() and setMinDate() methods passing the long instance. The getters methods are available for the same.
To send notifications, read creating status bar notifications.
To create layouts, read declaring layout, common layout objects, and hello GridView. There is an equivalent introductory tutorial for each layout type.
You can access the Calendar events through the Data API. However, the Android specific calendar APIs are not part of the public Android SDK. Thus, you could access them, but it is highly recommended that you do not since they are likely to change in future versions of the os.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With