awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ribot avatar

ribot/android-guidelines

0
View on GitHub↗
5,007 Stars·1,349 Forks·Apache-2.0·8 Aufruferibot.co.uk↗

Android Guidelines

Dieses Projekt bietet eine Reihe von Android-Entwicklungsrichtlinien, Architekturstandards und einen Coding-Styleguide. Es etabliert einheitliche Formatierungs- und Implementierungsregeln, um die Code-Konsistenz und Wartbarkeit für Anwendungen auf der Android-Plattform sicherzustellen.

Das Projekt enthält eine standardisierte Projektstrukturvorlage, die konsistente Ordnerhierarchien und Dateilayouts definiert. Diese Standards wurden entwickelt, um eine vorhersehbare Entwicklungserfahrung über mehrere Arbeitsabläufe hinweg zu gewährleisten.

Die Richtlinien decken Architekturmuster ab, einschließlich der schichtbasierten Trennung von Geschäftslogik und Präsentation, funktionsbasierter Modulisolierung und unidirektionalem Datenfluss. Zudem werden die Verwendung von Interface-gesteuerter Dependency Injection und eine standardisierte Pakethierarchie behandelt.

Features

  • Android Architectures - Provides comprehensive structural patterns and modularization strategies for organizing Android application codebases.
  • Android App Architecture Patterns - Defines architectural design patterns and structural guidelines for building maintainable Android applications.
  • Application Development Guidelines - Provides a comprehensive set of architectural, coding, and deployment standards for Android application development.
  • Code Style Guides - Includes a collection of uniform formatting and naming rules to ensure source code consistency.
  • Feature Modules with Routing - Implements a multi-module architecture where functionality is grouped into distinct feature modules to reduce build times and dependencies.
  • Dependency Injection - Provides guidelines for decoupling components using interface-driven dependency injection to manage dependencies at runtime.
  • Domain Data Presentation Layers - Defines a layered architecture pattern that separates the application into distinct domain, data, and presentation layers.
  • Project Folder Hierarchies - Establishes a standardized project folder hierarchy based on features and layers for predictable navigation.
  • Project Structure Standardization - Provides standards for consistent project folder and file layouts across multiple Android workstreams.
  • Android Project Templates - Ships a standardized project structure template defining consistent folder hierarchies for Android source code.
  • Unidirectional Data Flow Architectures - Guidelines for implementing a unidirectional data flow architecture to manage state transitions from logic to UI.
  • Standardized Development - Establishes uniform coding standards and structural layouts to ensure a consistent development experience.
  • Mobile Development Guides - Coding standards for Android application development.
  • Platform and API Guidelines - Architecture and code guidelines for Android development.

Star-Verlauf

Star-Verlauf für ribot/android-guidelinesStar-Verlauf für ribot/android-guidelines

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht ribot/android-guidelines?

Dieses Projekt bietet eine Reihe von Android-Entwicklungsrichtlinien, Architekturstandards und einen Coding-Styleguide. Es etabliert einheitliche Formatierungs- und Implementierungsregeln, um die Code-Konsistenz und Wartbarkeit für Anwendungen auf der Android-Plattform sicherzustellen.

Was sind die Hauptfunktionen von ribot/android-guidelines?

Die Hauptfunktionen von ribot/android-guidelines sind: Android Architectures, Android App Architecture Patterns, Application Development Guidelines, Code Style Guides, Feature Modules with Routing, Dependency Injection, Domain Data Presentation Layers, Project Folder Hierarchies.

Welche Open-Source-Alternativen gibt es zu ribot/android-guidelines?

Open-Source-Alternativen zu ribot/android-guidelines sind unter anderem: android/sunflower — Sunflower is a reference implementation designed to demonstrate modern Android development patterns and… android/architecture-samples — This project is a collection of reference implementations demonstrating recommended patterns for organizing code and… bufferapp/android-clean-architecture-boilerplate — This project is a clean architecture reference implementation and modular project template for Android development. It… amontalenti/elements-of-python-style — This project is a comprehensive Python style guide and technical reference designed to promote the creation of clean,… android10/android-cleanarchitecture-kotlin — This project is a reference Kotlin Android application template and a set of sample implementations demonstrating… futurice/ios-good-practices — This project provides a set of development guidelines and architectural recommendations for building iOS applications.…

Open-Source-Alternativen zu Android Guidelines

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Android Guidelines.
  • android/sunflowerAvatar von android

    android/sunflower

    17,774Auf GitHub ansehen↗

    Sunflower is a reference implementation designed to demonstrate modern Android development patterns and industry-standard architectural practices. It serves as a comprehensive guide for building functional mobile applications by integrating declarative user interface toolkits with robust data management and navigation systems. The project distinguishes itself by showcasing the transition from legacy view-based systems to modern declarative frameworks. It provides a practical example of how to organize code into distinct layers, manage complex state, and implement dependency injection to ensur

    Kotlin
    Auf GitHub ansehen↗17,774
  • android/architecture-samplesAvatar von android

    android/architecture-samples

    45,719Auf GitHub ansehen↗

    This project is a collection of reference implementations demonstrating recommended patterns for organizing code and managing data flow in Android applications. It provides structural examples of layered architecture, separating code into presentation, domain, and data layers to decouple business logic from data sources. The repository includes specific samples for implementing declarative user interfaces that automatically update their visual state based on underlying data changes. It further demonstrates how to manage object lifetimes and component dependencies to reduce boilerplate and sim

    Kotlinandroidandroid-architecturesamples
    Auf GitHub ansehen↗45,719
  • amontalenti/elements-of-python-styleAvatar von amontalenti

    amontalenti/elements-of-python-style

    3,489Auf GitHub ansehen↗

    This project is a comprehensive Python style guide and technical reference designed to promote the creation of clean, maintainable, and idiomatic code. It provides a set of opinionated guidelines and architectural patterns focusing on functional and declarative programming to reduce complexity and improve overall code quality. The guide establishes specific standards for naming conventions, module organization, and project layout. It emphasizes reducing object coupling by favoring modules and functions over deep class hierarchies and offers technical standards for writing docstrings and marku

    code-stylecodestyledocumentation
    Auf GitHub ansehen↗3,489
  • android10/android-cleanarchitecture-kotlinAvatar von android10

    android10/Android-CleanArchitecture-Kotlin

    4,811Auf GitHub ansehen↗

    This project is a reference Kotlin Android application template and a set of sample implementations demonstrating Clean Architecture principles. It provides a structural design that isolates core business rules from the user interface and data sources into distinct, layered modules. The implementation focuses on the Model-View-ViewModel (MVVM) pattern to decouple UI logic from data models. It utilizes a dependency injection framework to automate object creation and manage component lifecycles, while employing a repository pattern to abstract data requests across memory, disk, and cloud source

    Kotlinandroidandroid-cleanarchitecture-kotlinandroid-development
    Auf GitHub ansehen↗4,811
  • Alle 30 Alternativen zu Android Guidelines anzeigen→