4 مستودعات
Custom rendering logic specifically for implementing zoom and pan functionality in views.
Distinct from Custom View Rendering: Focuses specifically on zoom/pan rendering rather than general custom view measurement and drawing overrides
Explore 4 awesome GitHub repositories matching user interface & experience · Zoomable View Rendering. Refine with filters or upvote what's useful.
PhotoView is a reusable Android UI component that provides a zoomable image view. It is designed to handle gesture detection, image scaling, and coordinate tracking for images within Android applications. The component enables users to enlarge and move images through pinch-to-zoom and panning gestures. It also includes capabilities for image tap detection to facilitate interactive responses. The library manages image interactions through matrix-based scaling and touch event interception. It includes a system for tracking image transformations and notifying observers when zoom or scroll posit
Implements a custom Android view that enables pinch-to-zoom and panning for images.
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. توفر أداة تقويم قابلة للتخصيص تُستخدم لإدارة اختيارات التاريخ والتحقق من صحة التواريخ داخل واجهة الهاتف المحمول. تدعم المكتبة أوضاع اختيار متنوعة، بما في ذلك اختيار تاريخ واحد، واختيار نطاق تاريخ، واختيار تواريخ محددة متعددة. وتتضمن أدوات لتطبيق سمات مخصصة، وتكوين الخطوط، واستخدام مزخرفات الخلايا لتعديل مظهر وسلوك خلايا التاريخ الفردية. يتعامل المكون مع الترجمة الإقليمية، بما في ذلك دعم التخطيطات من اليمين إلى اليسار. كما يوفر آليات للتنقل الزمني عبر شبكات الأشهر وتطبيق قواعد الصلاحية لتصفية التواريخ القابلة للاختيار.
Utilizes an adapter-driven system to delegate the rendering of individual date cells to custom views.