将事件添加到日历上的特定日期并想要突出显示该日期

Adding an event to particular date on calendar and want to highlight that date

在我的 android 应用程序中,我有一个名为 AddEventActivity 的 Activity,我在其中添加了一个带有日期并将其保存在本地存储(SQLite)中。现在我想在日历上突出显示该事件。

我关注的 link 是 here

所以请帮帮我。

您可以使用装饰器将事件添加到您正在使用的日历视图库中。 有关更多信息,请查看他们的文档:

https://github.com/prolificinteractive/material-calendarview/blob/master/docs/DECORATORS.md

试试自定义日历....它比您想象的要简单和紧凑得多:https://www.toptal.com/android/android-customization-how-to-build-a-ui-component-that-does-what-you-want

感谢 AHMED AL-AMIR。我在 this 应用程序中使用它。