3 dépôts
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.
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.
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.
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.