3 个仓库
Custom canvas-based rendering systems specifically for displaying chronological date grids and views.
Distinct from Zoomable View Rendering: Distinct from Zoomable View Rendering: focuses on grid-based chronological layout rendering rather than zoom/pan logic.
Explore 3 awesome GitHub repositories matching user interface & experience · Calendar Layout Rendering. Refine with filters or upvote what's useful.
CalendarView is a high-performance Android UI component designed for displaying dates and navigating chronological views. It functions as a canvas-based widget that utilizes direct drawing instead of standard list views to minimize memory usage and ensure fast rendering of complex date interfaces. The component provides a programmable interface for switching between month, week, year, and lunar views. It differentiates itself through a pluggable customization system that allows developers to override the drawing logic for dates, text, event markers, and selection layouts. The library support
A high-performance canvas rendering system for displaying dates in month, week, year, or lunar views.
A Material design back port of Android's CalendarView
Delegates day view creation to an adapter for custom layouts and interaction handling per date.
Android Times Square 是一个用于 Android 应用的日期选择库和 UI 组件。它提供了一个可自定义的日历小部件,用于管理日期选择和验证移动界面内的日期。 该库支持多种选择模式,包括单日期选择、日期范围选择和多个特定日期的选择。它包括用于应用自定义主题、配置字体以及利用单元格装饰器来修改单个日期单元格的外观和行为的工具。 该组件处理区域本地化,包括对从右到左(RTL)布局的支持。它还提供了通过月份网格进行时间导航的机制,以及应用有效性规则来过滤可选日期的机制。
Utilizes an adapter-driven system to delegate the rendering of individual date cells to custom views.