gpt4 book ai didi

android - 在 Android 的日历上显示事件

转载 作者:行者123 更新时间:2023-12-04 14:16:16 25 4
gpt4 key购买 nike

我想要一个带有月 View 的日历,显示所有日期和每一天的事件。我找到了 CalendarView,但它并没有真正按照我想要的方式显示事件。我一直在研究和检查大量结果,直到我遇到一个名为 SimpleMobileTools's Simple-Calendar 的完整应用程序。 .以下是他们如何在月 View 日历上显示事件,如果您还不明白我在寻找什么:

SimpleMobileTools's Simple-Calendar app

不过,他们的应用程序功能太多,而且是一个完整的应用程序。我认为应该有类似 CalendarView(不一定是 native )的东西,我可以即插即用地添加我的事件并让它在日历上显示它们。我认为这应该是开发人员的一个非常普遍的需求(向他们的用户显示事件的月 View 日历),但由于我搜索了这么多但没有找到类似的东西,我来这里问。

有谁知道更简单的方法来实现这样的目标?

最佳答案

你的意思是这样https://developer.android.com/reference/android/widget/CalendarView

<CalendarView
android:id="@+id/simpleCalendarView"
android:layout_width="match_parent"
android:layout_height="match_parent" />

The exact appearance and interaction model of this widget may vary between OS versions and themes (e.g. Holo versus Material), but in general a user can select a date by tapping on it and can scroll or fling the calendar to a desired date.

]([![enter image description here ] 1

引用资料:

https://abhiandroid.com/ui/calendarview

https://www.journaldev.com/22321/android-calendar-view


这是我认为在您的屏幕截图中使用的第 3 方库:

https://github.com/SimpleMobileTools/Simple-Calendar

它创建了一个自定义 View ,您可以重复使用它:

https://github.com/SimpleMobileTools/Simple-Calendar/blob/master/app/src/main/kotlin/com/simplemobiletools/calendar/pro/views/MonthView.kt

这里有一些替代方案:

http://applandeo.com/blog/material-calendar-view-customized-calendar-widget-android/

https://github.com/Applandeo/Material-Calendar-View

https://github.com/SimpleMobileTools/Simple-Calendar

关于android - 在 Android 的日历上显示事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60065695/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com