awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • journeyapps/zxing-android-embeddedAvatar journeyapps

    journeyapps/zxing-android-embedded

    5,934Vezi pe 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
    Vezi pe GitHub↗5,934
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe 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
    Vezi pe GitHub↗5,924
  • google/cameraviewAvatar google

    google/cameraview

    4,708Vezi pe GitHub↗

    Cameraview este o bibliotecă de integrare a camerei pentru Android, utilizată pentru a încorpora previzualizări live ale camerei și pentru a captura fotografii sau videoclipuri în cadrul aplicațiilor. Oferă o componentă UI reutilizabilă care gestionează inițializarea hardware-ului camerei și randarea fluxului în timp real. Biblioteca include un framework de captură media pentru a controla setările hardware, cum ar fi focalizarea, blițul și aspect ratio-ul pentru înregistrarea imaginilor și a fișierelor video. Proiectul acoperă domenii funcționale, inclusiv configurarea hardware-ului Android prin atribute de layout și randarea fluxurilor continue ale camerei pentru feedback vizual imediat.

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

    Javaandroidcamera
    Vezi pe GitHub↗4,708
  1. Home
  2. Web Development
  3. Dynamic View Rendering
  4. Reusable View Components

Explorează sub-etichetele

  • 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.