awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·23 viewsribot.co.uk↗

Android Guidelines

This project provides a set of Android development guidelines, architecture standards, and a coding style guide. It establishes uniform formatting and implementation rules to ensure code consistency and maintainability for applications built on the Android platform.

The project includes a standardized project structure template that defines consistent folder hierarchies and file layouts. These standards are designed to maintain a predictable development experience across multiple workstreams.

The guidelines cover architectural patterns including layer-based separation of business logic and presentation, feature-based module isolation, and unidirectional data flow. It also addresses the use of interface-driven dependency injection and a standardized package hierarchy.

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 history

Star history chart for ribot/android-guidelinesStar history chart for ribot/android-guidelines

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Android Guidelines

These projects share indexed features with Android Guidelines. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • android/sunflowerandroid avatar

    android/sunflower

    17,774View on GitHub↗

    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
    View on GitHub↗17,774
  • android/architecture-samplesandroid avatar

    android/architecture-samples

    45,719View on GitHub↗

    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
    View on GitHub↗45,719
  • amontalenti/elements-of-python-styleamontalenti avatar

    amontalenti/elements-of-python-style

    3,489View on GitHub↗

    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
    View on GitHub↗3,489
  • android10/android-cleanarchitecture-kotlinandroid10 avatar

    android10/Android-CleanArchitecture-Kotlin

    4,811View on GitHub↗

    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
    View on GitHub↗4,811
Compare all 30 related projects→

Frequently asked questions

What does ribot/android-guidelines do?

This project provides a set of Android development guidelines, architecture standards, and a coding style guide. It establishes uniform formatting and implementation rules to ensure code consistency and maintainability for applications built on the Android platform.

What are the main features of ribot/android-guidelines?

The main features of ribot/android-guidelines are: 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.

Which projects share features with ribot/android-guidelines?

Projects with overlapping indexed features include: 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.…