awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesReusable View Components

Renders self-contained PHP classes that return HTML, injecting output directly into parent views.

Distinct from Dynamic View Rendering: Distinct from Dynamic View Rendering: focuses on self-contained component classes rather than general template-based view generation.

Explore 3 awesome GitHub repositories matching web development · Reusable View Components. Refine with filters or upvote what's useful.

Awesome Reusable View Components GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • journeyapps/zxing-android-embeddedالصورة الرمزية لـ journeyapps

    journeyapps/zxing-android-embedded

    5,934عرض على GitHub↗

    This is an Android library that adds barcode scanning to applications using the device camera. It wraps the ZXing barcode decoding engine and exposes it through a simplified Android API, functioning as a software development kit for real-time scanning. The library offers two primary integration approaches: launching a full-screen camera activity through Android intents, or embedding a live scanner view directly into application layouts using SurfaceView or TextureView. Scanner behavior can be customized through programmatic configuration objects before scanning begins, and scanned barcode dat

    Provides a reusable Android UI component that embeds a live barcode scanner view directly into app layouts.

    Javaandroid-librarybarcode-scanningzxing-android
    عرض على GitHub↗5,934
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Renders self-contained PHP classes that return HTML for injection into parent views.

    PHPcodeignitercodeigniter4framework-php
    عرض على GitHub↗5,924
  • google/cameraviewالصورة الرمزية لـ google

    google/cameraview

    4,708عرض على GitHub↗

    Cameraview هي مكتبة تكامل كاميرا لنظام Android تُستخدم لتضمين معاينات الكاميرا الحية والتقاط الصور أو مقاطع الفيديو داخل التطبيقات. توفر مكون واجهة مستخدم قابلاً لإعادة الاستخدام يدير تهيئة أجهزة الكاميرا وعرض التدفق في الوقت الفعلي. تتضمن المكتبة إطار عمل لالتقاط الوسائط للتحكم في إعدادات الأجهزة مثل التركيز، والفلاش، ونسب العرض إلى الارتفاع لتسجيل الصور وملفات الفيديو. يغطي المشروع مجالات وظيفية بما في ذلك تهيئة أجهزة Android عبر سمات التخطيط وعرض تدفقات الكاميرا المستمرة للحصول على تغذية راجعة مرئية فورية.

    Ships a reusable UI element that handles camera hardware initialization and real-time stream rendering.

    Javaandroidcamera
    عرض على GitHub↗4,708
  1. Home
  2. Web Development
  3. Dynamic View Rendering
  4. Reusable View Components

استكشف الوسوم الفرعية

  • Android Embedded Scanner ViewsA reusable Android UI component that embeds a live barcode scanner view directly into application layouts. **Distinct from Reusable View Components:** Distinct from Reusable View Components: specifically an embedded camera scanner view for Android, not general PHP view components.
  • Camera Preview ViewsReusable UI components that manage camera hardware initialization and stream rendering. **Distinct from Android Embedded Scanner Views:** General purpose camera preview component, not limited to barcode scanning functionality.