7 Repos
Foundational suites of base classes and utilities used to accelerate the development of Android apps.
Distinct from Android Applications: Candidates describe the apps themselves (Identity) or modding/debugging, not the development framework providing the base classes.
Explore 7 awesome GitHub repositories matching mobile development · Android Application Frameworks. Refine with filters or upvote what's useful.
MVPArms is an Android application framework based on the Model-View-Presenter pattern. It provides a foundation for decoupling business logic from user interface components through a structured architectural implementation. The framework features automated boilerplate generation to produce base classes and dependency injection files, reducing manual project setup. It includes a centralized configuration system to manage global application settings and a dependency injection wrapper that bundles networking and image loading libraries. The project covers lifecycle management by binding logic c
Ships a foundational framework for Android apps based on the Model-View-Presenter pattern to decouple business logic.
AndroidProject is an application framework and development suite for Android that provides a collection of base classes and utilities designed to accelerate the creation and refactoring of mobile projects. It functions as a foundational system for managing application architecture and common shared features. The framework includes a specialized activity result manager that replaces manual callback overrides with listener objects and automated request code generation. It also provides a performance optimization library focused on reducing memory usage and code size to improve application stabi
Provides a comprehensive collection of base classes and utilities to accelerate the development of Android applications.
FastBle ist ein Entwicklungsframework für Android, das entwickelt wurde, um das Scannen, Verbinden und den Datenaustausch mit Bluetooth Low Energy (BLE) Geräten zu vereinfachen. Es bietet eine strukturierte Transportschicht für das Management der Kommunikation und ein dediziertes System zur Entdeckung nahegelegener Peripheriegeräte. Das Framework verfügt über einen Multi-Connection-Manager, der gleichzeitige Verbindungen zu mehreren Peripheriegeräten aufrechterhält, und nutzt automatisierte Wiederverbindungslogik zur Sicherstellung der Stabilität. Es enthält eine Datentransportschicht, die das automatische Splitting von Paketen für Payloads handhabt, die Standard-Übertragungslimits überschreiten. Die Bibliothek deckt die Geräteentdeckung durch Namens- und Adressfilter, Signalstärkenüberwachung und die Konfiguration von Übertragungsparametern zur Optimierung des Datendurchsatzes ab.
Provides a structured framework for scanning, connecting, and exchanging data with BLE devices on Android.
smartTable ist eine Datengitter-Komponente und ein Tabellenansicht-Framework für Android. Es fungiert als Annotations-gesteuerte UI-Bibliothek, die Klassen- und Feldmarkierungen verwendet, um Datenmodelle automatisch auf visuelle Spalten abzubilden und Tabelleneigenschaften zu definieren. Das Projekt zeichnet sich durch eine tiefe Excel-Integration aus und bietet Werkzeuge zum Importieren und Exportieren von Daten in und aus Excel-Dateien, wobei Zellformatierung, Stile, Farben und Ausrichtung beibehalten werden. Es verfügt zudem über ein Canvas-basiertes Rendering-System, das komplexe Gitterlayouts mit zusammengeführten Zellen, fixierten Kopfzeilen und Spaltensperren unterstützt. Die Bibliothek deckt ein breites Spektrum an Datenverwaltungsfunktionen ab, einschließlich Sortierung, Aggregation und der Berechnung von Spaltenstatistiken. Sie verwaltet große Datensätze durch virtuelle Paginierung, Zoom-Steuerungen und bedingte Zellformatierung, um Lesbarkeit und Performance zu erhalten. Das Framework ist in Java für Android-Anwendungen implementiert.
Implements a framework for automatically generating data tables using class annotations and structured data mapping.
Conductor ist ein view-basiertes Framework für Android-Anwendungen, das ein System zur Orchestrierung von UI-Komponenten durch Lebenszyklus-Controller, Navigations-Router und UI-Koordination bereitstellt. Es konzentriert sich auf das Management des Ladens und Entladens von Views, um Speicher und Zustand zu optimieren. Das Framework bietet ein Routing-System für das Management von Bildschirmübergängen und Verlauf-Stacks, was die Erstellung hierarchischer Layouts wie Master-Detail-Views durch Verschachtelung von Navigationsflüssen ermöglicht. Es enthält zudem eine Schnittstelle zur Implementierung benutzerdefinierter Animationen und visueller Effekte während View-Wechseln. Die breiteren Fähigkeiten umfassen die Kontrolle des View-Lebenszyklus, die Koordination von Bildschirmflüssen und die Kapselung von View-Logik in Controller, die Attachment- und Detachment-Zustände verfolgen.
Offers a foundational framework for building Android apps using a view-based architecture with explicit lifecycle control.
Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati
Ensures correct decompilation and recompilation of manufacturer-modified apps by integrating specific framework files.
FastDev4Android is an all-in-one development framework for building Android applications. It accelerates app creation by integrating networking, data parsing, dependency injection, image loading, and UI components into a single workflow, bundling these capabilities to speed up mobile app development. The framework provides annotation-driven dependency injection that automatically wires components, views, event handlers, and threading into Android components at compile time. It implements the Model-View-Presenter (MVP) pattern to separate data, UI, and business logic into distinct layers for i
Provides an all-in-one Android development framework with built-in networking, dependency injection, and data caching.