3 مستودعات
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 هي مكتبة تكامل كاميرا لنظام Android تُستخدم لتضمين معاينات الكاميرا الحية والتقاط الصور أو مقاطع الفيديو داخل التطبيقات. توفر مكون واجهة مستخدم قابلاً لإعادة الاستخدام يدير تهيئة أجهزة الكاميرا وعرض التدفق في الوقت الفعلي. تتضمن المكتبة إطار عمل لالتقاط الوسائط للتحكم في إعدادات الأجهزة مثل التركيز، والفلاش، ونسب العرض إلى الارتفاع لتسجيل الصور وملفات الفيديو. يغطي المشروع مجالات وظيفية بما في ذلك تهيئة أجهزة Android عبر سمات التخطيط وعرض تدفقات الكاميرا المستمرة للحصول على تغذية راجعة مرئية فورية.
Ships a reusable UI element that handles camera hardware initialization and real-time stream rendering.