awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • journeyapps/zxing-android-embeddedAvatar de journeyapps

    journeyapps/zxing-android-embedded

    5,934Voir sur 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
    Voir sur GitHub↗5,934
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur 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
    Voir sur GitHub↗5,924
  • google/cameraviewAvatar de google

    google/cameraview

    4,708Voir sur GitHub↗

    Cameraview est une bibliothèque d'intégration de caméra Android utilisée pour intégrer des aperçus de caméra en direct et capturer des photos ou des vidéos au sein des applications. Elle fournit un composant d'interface réutilisable qui gère l'initialisation du matériel de la caméra et le rendu du flux en temps réel. La bibliothèque inclut un framework de capture multimédia pour contrôler les paramètres matériels tels que la mise au point, le flash et les ratios d'aspect pour l'enregistrement d'images et de fichiers vidéo. Le projet couvre des domaines fonctionnels incluant la configuration matérielle Android via des attributs de mise en page et le rendu de flux de caméra continus pour un retour visuel immédiat.

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

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

Explorer les sous-tags

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