AndroidCalendar:实践指南
面对实际交付,我看AndroidCalendar的重点不在星标,而在这项能力:android日历收集demo。实际做日常自动化时,经常会碰到输入边界、依赖和失败处理如果不清楚就很难稳定复用,所以功能列表并不能代替验证。更实际的做法是用一项范围明确的真实任务完成最小试跑,同时核对配置时间、输出质量、异常信息和维护痕迹,不要直接在关键项目上。如果团队属于愿意先做小范围验证并复查原始文档的团队,它有继续测试的理由;否则先看替代方案会更省时间。
AndroidCalendar
android 日历收集演示
1、有用且强大的Android日期选择器
github:https://github.com/AigeStudio/DatePicker
2、独立的 Android 小部件,用于从日历视图中选择单个日期。
github:https://github.com/square/android-times-square
3、Android Week View是一个Android库,用于在应用程序中显示日历(周视图或日视图)。它支持自定义样式。
github:https://github.com/alamkanak/Android-Week-View
4、Android的CalendarView https://prolificinteractive.github.io/material-calendarview/的Material Design背面移植
github:https://github.com/prolificinteractive/material-calendarview
5、更好的Android日历
github:https://github.com/roomorama/Caldroid
6、在ListView中实现日历。一个月一排
github:https://github.com/traex/CalendarListview
7、Android 响应式月历应用小部件的简单示例
github:https://github.com/romannurik/Android-MonthCalendarWidget
8、一个Android项目,提供日历和议程之间的轻松导航。该库复制了 Sunrise Calendar(现在的 Outlook)应用程序的基本功能,再加上 Google 日历应用程序的一些小设计风格。
github:https://github.com/Tibolte/AgendaCalendarView
9、一个android库,它提供了一个紧凑的日历视图,很像谷歌日历中使用的视图。
github:https://github.com/SundeepK/CompactCalendarView
10、目前还没有一种简单的方法可以显示日历并能够显示日期中的事件,ExtendedCalendarView 旨在解决这个问题。
github:https://github.com/tyczj/ExtendedCalendarView
11、Android日历视图(如卡片)
github:https://github.com/kenumir/android-calendar-card
12、一个简单的周历。
github:https://github.com/nomanr/WeekCalendar
13、Android日历视图,可在周视图和月视图之间切换。
github:https://github.com/blazsolar/android-collapse-calendar-view
14、Android日历视图灵感来自日出日历和iOS7日历
github:https://github.com/NLMartian/SilkCal
15、这是一个符合中国人使用习惯的Android上自定义日历控件。
github:https://github.com/lichao315/Calendar
16、Material Design 日历兼容 API 8+ → http://blackbox-vision.io/material-calendar-view/
github:https://github.com/BlackBoxVision/material-calendar-view
17、简单的android小日历实现
github:https://github.com/dpreussler/clean-simple-calendar
18、ScrollerCalendar为Android 4.0+提供简单的日历查看方式。
github:https://github.com/guanchao/ScrollerCalendar
19、这是一张带有viewPager的横历
github:https://github.com/ToDou/CalendarPager
20、漂亮的日历自定义视图,开箱即用!
github:https://github.com/marcohc/RobotoCalendarView
21、材料设计日历https://play.google.com/store/apps/details?id=ws.xsoh.etar
github:https://github.com/xsoh/Etar-Calendar
22、一个灵活的android日历
github:https://github.com/p-v/FlexibleCalendar
23、适用于Android的可定制和可缩小的日历小部件
github:https://github.com/SpongeBobSun/mCalendarView
24、在Android工具栏中使用库CompactCalendarView
github:https://github.com/GerritHoekstra/CompactCalendarViewToolbar
25、这是一个开源的日历代码,采取MaterialDesign的风格来设计,一方面是为了练手,另外希望在开发过程中能够整理出一些有用的库,农历的算法节气之类的如果计算的比较头疼,下一个版本尝试解决。下面上市已完成部分还有正在开发的部分,有好的建议欢迎提出问题
github:https://github.com/Haoxiqiang/MaterialCalendar
26、伊朗历日期选择器
github:https://github.com/alirezaafkar/SunDatePicker
27、Android日历ListView仿淘宝客户端预订日历列表
github:https://github.com/lvning/CalendarSelector
28、一个选择日期的日历选择器,支持选择一段连续的时间和一些不连续的日期
github:https://github.com/TUBB/CalendarSelector
29、根据选择的日期生成自定义日历图标。完全可定制的库
github:https://github.com/SilleBille/DynamicCalendar
30、仿365的日历显示
github:https://github.com/haibuzou/Calendar365
31、有两种不同的模式,如上图show.The,前者为普通日历模式。 The latter is in the record mode, aiming to record the completion of your plans in the current month. Support API LEVEL >= 7.
github:https://github.com/laserwave/android-CalendarView
32、Material DateTime Picker 尝试为您提供 Material Design 规范中所示的日期和时间选择器,并带有简单的主题 API。该库使用 Android 框架中的代码作为基础,并将其调整为尽可能接近 Material Design 示例。
github:https://github.com/wdullaer/MaterialDateTimePicker
33、基于wdullaers MaterialDateTimePicker的物料日期范围选择器
github:https://github.com/borax12/MaterialDateRangePicker
34、DateTimePicker是一个库,其中包含漂亮的DatePicker,可以在新的Google Agenda应用程序中看到。 gitbub:https://github.com/flavienlaurent/datetimepicker
35:DatePicker 和 TimePicker 组合在 DialogFragment for Android 中 github:https://github.com/jjobes/SlideDateTimePicker
36、DatePicker 和 TimePicker 来自 Google,适用于 Android 4.0+ https://android.googlesource.com/platform/frameworks/opt/datetimepicker
github:https://github.com/CiTuX/datetimepicker
37、CalendarListview是一个高度定制的日期选择器,可以满足多选日期的需求
github:https://github.com/henry-newbie/CalendarView
38、带有装饰器和详细视图的自定义日历 http://riontech.com github:https://github.com/Riontech/CustomCalendar
39、自定义ListView与CalendarView结合,相互交互。
github:https://github.com/Kelin-Hong/CalendarListView
40、是GridLayout这样的布局。但里面的孩子会填满这一栏。您还可以用动画过滤您的项目。 您可以将动画日历添加到您的项目中。
github:https://github.com/DevLight-Mobile-Agency/AnimateFilterCalendarGridLayout
41、CustomCalendar github:https://github.com/Riontech/CustomCalendar
42、Android平台上的循环定时器。
github:https://github.com/jiahuanyu/CircleTimerView
43、Android日历视图灵感来自日出日历和iOS7日历
github:https://github.com/NLMartian/SilkCal
44、多级时间选择器
github:https://github.com/JZXiang/TimePickerDialog
45、一个材料风格的 Android 视图,可以从单个用户界面中选择日期、时间和重复选项。 github:https://github.com/vikramkakkar/SublimePicker
46、使用方便、易扩展的andorid日历控件库
github:https://github.com/myjoybar/android-calendar-view github:https://github.com/myjoybar/android-calendar-view
47、一个可以进行周月切换的日历,左右滑动的切换月份,上下滑动可以进行周,月不同的视图切换,可以进行事件的标记,以及节假日的显示,功能丰富,欢迎各位提出意见和建议 github:https://github.com/afinal/week-month-Calendar
48、Android 的轻量级月历视图,完全用 Kotlin 编写。旨在满足典型日历的最低要求。
github:https://github.com/recruit-mp/LightCalendarView
49、这是用ViewPager和GridView实现的视图,您可以用它来显示普通日历或在日历上显示其他信息(例如价格..) github:https://github.com/yissan/CalendarView
50、日历选择时间段选择 J@~UHH63L_NF.png?raw=true) github:https://github.com/mrme2014/MonthView
51、android高仿钉钉和小米的自定义日历控件(支持阴历和阳历,左右无限翻页viewpager)
github:https://github.com/codbking/CalendarExaple
52、基于RecyclerView的Android材质横向日历视图
github:https://github.com/Mulham-Raee/HorizontalCalendar
53、日期范围选择器是一个日历选择器视图,用于显示定制的日期范围选择器,并改进了 UI github:https://github.com/savvisingh/DateRangePicker
54、CosmoCalendar是一款完全可定制的日历,具有多种功能和显示模式。 github:https://github.com/AppliKeySolutions/CosmoCalendar
55、一款仿miui,仿小米,日历,周日历,月日历,月视图、周视图滑动切换,农历,Andriod日历,MIUI日历,小米日历
github:https://github.com/yannecer/NCalendar
56、日历 支持翻页,点击日期,日期状态 https://github.com/huangyanbin/CalendarView
57、Android上一个优雅、万能自定义UI、性能高效的日历控件,热插拔!热插拔!热插拔!重要的事情说三遍,支持热插拔实现的UI定制!支持标记、自定义颜色、农历等。Canvas上下文不同,速度快、占用内存低 github:https://github.com/huanghaibin-dev/CalendarView
58、Android 小部件在回收器视图中显示日历。这个想法是复制日历在令人惊叹的 Airbnb 应用程序中呈现的方式。
github:https://github.com/RafalManka/ScrollCalendar
59、使MaterialCalendarView可以嵌套滚动,并平滑切换到周或月模式。 github:https://github.com/SouthernBox/NestedCalendar
60、简单日历视图中可折叠的CalendarView,可以折叠以节省空间,并可以在需要时展开 github:https://github.com/shrikanth7698/Collapsible-Calendar-View-Android
61、这是一个Android的酒店类型的日历选择空间,基于recyclerview实现
github:https://github.com/1215689027/AndroidHotelCalendar
62、Android日历连续选择区间
github:https://github.com/mzyq/CalendarRangeSelect
63、日历选择这个库支持单选日期以及选择时间段, 并且可以设置第一次进入 是选中第一天,还是当天, 还是最后一天。
github:https://github.com/richzjc/calendar_select
64、CalendarView Android开发者个性化
| 演示9 | 演示10 | 演示11 | 演示12 |
|---|---|---|---|
| 演示13 | 演示14 | 演示15 | 演示16 |
|---|---|---|---|
github:https://github.com/MorochoRochaDarwin/OneCalendarView
65、Android上一个优雅、万能自定义UI、支持周视图、快速自定义周启动、性能的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas速度快、占用内存低,你真的想不到日历居然还可以这么优雅!Android上一个优雅的、高度定制的高性能日历小部件。
github:https://github.com/huanghaibin-dev/CalendarView
66、一个简单的日历控件,颜色自定义,水平方向和垂直方向,支持手势滑动,支持区间范围选择
github:https://github.com/maning0303/MNCalendar
待续(等待)
-
09.11
niltalk:实践指南
-
09.11
jekyll-sitemap:实践指南
-
09.11
ALAppExtensions:实践指南
-
09.11
AndroidCalendar:实践指南
-
09.11
alloy-voice-assistant:AI Agent 工具实践指南
-
09.11
laravel-feed:实践指南
-
- AndroidCalendar:实践指南
- 09.11
-
-
下载
- |
-
-
下载
- 《行尸走肉第一章》免安装中文汉化硬盘版下载
- 单机|436 MB
- 一款以动作冒险为主题的游戏
-
-
下载
- 《街头霸王X铁拳》免安装中文汉化硬盘版下载
- 单机|111MB
- 一款非常好玩的格斗游戏
-
-
下载
- |
-
-
下载
- 《暗黑破坏神3》免安装繁体中文正式版下载
- 单机|7630 MB
- 一款以角色扮演为主题的游戏
-
-
下载
- 《马克思佩恩3》免安装硬盘版下载
- 单机|27033 MB
- 一款以第三人称射击为主题的游戏