awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesZoomable View Rendering

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.

Awesome Zoomable View Rendering GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • baseflow/photoviewBaseflow का अवतार

    Baseflow/PhotoView

    18,824GitHub पर देखें↗

    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.

    Java
    GitHub पर देखें↗18,824
  • huanghaibin-dev/calendarviewhuanghaibin-dev का अवतार

    huanghaibin-dev/CalendarView

    9,383GitHub पर देखें↗

    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.

    Javaandroidcalendarcalendar-api
    GitHub पर देखें↗9,383
  • prolificinteractive/material-calendarviewprolificinteractive का अवतार

    prolificinteractive/material-calendarview

    5,913GitHub पर देखें↗

    A Material design back port of Android's CalendarView

    Delegates day view creation to an adapter for custom layouts and interaction handling per date.

    Javaandroidcalendarjava
    GitHub पर देखें↗5,913
  • square/android-times-squaresquare का अवतार

    square/android-times-square

    4,410GitHub पर देखें↗

    Android Times Square Android एप्लिकेशन के लिए एक दिनांक चयन लाइब्रेरी और UI घटक है। यह मोबाइल इंटरफ़ेस के भीतर दिनांक चयन को प्रबंधित करने और तिथियों को मान्य करने के लिए उपयोग किया जाने वाला एक अनुकूलन योग्य कैलेंडर विजेट प्रदान करता है। यह लाइब्रेरी सिंगल डेट पिकिंग, डेट रेंज सिलेक्शन और कई विशिष्ट तिथियों के चयन सहित विभिन्न चयन मोड का समर्थन करती है। इसमें कस्टम थीम्स लागू करने, टाइपफेस कॉन्फ़िगर करने और व्यक्तिगत दिनांक कोशिकाओं की उपस्थिति और व्यवहार को संशोधित करने के लिए सेल डेकोरेटर्स का उपयोग करने के लिए उपकरण शामिल हैं। यह घटक राइट-टू-लेफ्ट लेआउट के समर्थन सहित क्षेत्रीय लोकलाइज़ेशन को संभालता है। यह महीने के ग्रिड के माध्यम से कालानुक्रमिक नेविगेशन और चयन योग्य तिथियों को फ़िल्टर करने के लिए वैधता नियमों के अनुप्रयोग के लिए तंत्र भी प्रदान करता है।

    Utilizes an adapter-driven system to delegate the rendering of individual date cells to custom views.

    Java
    GitHub पर देखें↗4,410
  1. Home
  2. User Interface & Experience
  3. Programmatic Element Construction
  4. Android View Lifecycle Tracking
  5. Custom View Rendering
  6. Zoomable View Rendering

सब-टैग एक्सप्लोर करें

  • Calendar Layout Rendering1 सब-टैग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.