awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to androidthings/drivers-samples

Open-source alternatives to Drivers Samples

30 open-source projects similar to androidthings/drivers-samples, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Drivers Samples alternative.

  • adaptiveconsulting/reactivetradercloudAdaptiveConsulting avatar

    AdaptiveConsulting/ReactiveTraderCloud

    1,859View on GitHub↗

    Real-time FX trading showcase by Adaptive. THIS REPO IS NO LONGER MAINTAINED.

    TypeScriptcreditfinancefinsemble
    View on GitHub↗1,859
  • amitshekhariitbhu/rxjava2-android-samplesamitshekhariitbhu avatar

    amitshekhariitbhu/RxJava2-Android-Samples

    4,917View on GitHub↗

    This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to manage asynchronous data streams in Android applications. It serves as a reactive programming implementation guide, providing code examples for handling complex event-driven logic and asynchronous patterns within mobile environments. The project distinguishes itself by providing specific reference implementations for common mobile challenges, such as real-time search with debouncing, on-demand list pagination for infinite scrolling, and cache-first data streaming to reduce perceive

    Javaandroidexampleexamples
    View on GitHub↗4,917
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • artem-zinnatullin/qualitymattersartem-zinnatullin avatar

    artem-zinnatullin/qualitymatters

    1,723View on GitHub↗

    Android Development Culture

    Java
    View on GitHub↗1,723
  • asc-lab/dotnetcore-microservices-pocasc-lab avatar

    asc-lab/dotnetcore-microservices-poc

    1,937View on GitHub↗

    Very simplified insurance sales system made in a microservices architecture using .NET Core

    CSScqrsdapperddd
    View on GitHub↗1,937
  • aspnet/entropyaspnet avatar

    aspnet/Entropy

    559View on GitHub↗

    A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.

    C#aspnet-product
    View on GitHub↗559
  • athkalia/just-another-android-appathkalia avatar

    athkalia/Just-Another-Android-App

    1,602View on GitHub↗

    An Android base app with loads of cool libraries/configuration NOT MAINTAINED

    Javaandroidandroid-architectureandroid-development
    View on GitHub↗1,602
  • azure-samples/guidance-identity-management-for-multitenant-appsAzure-Samples avatar

    Azure-Samples/guidance-identity-management-for-multitenant-apps

    65View on GitHub↗

    How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.

    C#
    View on GitHub↗65
  • blowdart/aspnetauthorizationworkshopblowdart avatar

    blowdart/AspNetAuthorizationWorkshop

    1,174View on GitHub↗

    A workshop for moving through the various new pieces in ASP.NET Core Authorization

    C#aspnet-coredotnet-core
    View on GitHub↗1,174
  • bufferapp/android-clean-architecture-boilerplatebufferapp avatar

    bufferapp/android-clean-architecture-boilerplate

    3,684View on GitHub↗

    This project is a clean architecture reference implementation and modular project template for Android development. It provides a structural blueprint designed to isolate business logic from external frameworks and user interfaces. The template emphasizes a modular approach to organize code into independent modules, which is intended to improve build times and long-term project scalability. It demonstrates the application of domain-driven design to keep core business rules and entities independent from the underlying platform. The implementation covers several key architectural patterns, inc

    Kotlinandroidandroid-applicationandroid-architecture
    View on GitHub↗3,684
  • cecilphillip/aspnet-servicediscovery-patternscecilphillip avatar

    cecilphillip/aspnet-servicediscovery-patterns

    296View on GitHub↗

    Samples of simple service discovery patterns with ASP .NET Core

    C#aspnet-coreconsulrabbitmq
    View on GitHub↗296
  • cesarcastrocuba/nlayerappv3cesarcastrocuba avatar

    cesarcastrocuba/nlayerappv3

    155View on GitHub↗

    Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2

    C#architectural-patternsasp-net-coreddd
    View on GitHub↗155
  • chiuki/espresso-samplesC

    chiuki/espresso-samples

    0View on GitHub↗
    View on GitHub↗0
  • chsakell/aspnet5-angular2-typescriptchsakell avatar

    chsakell/aspnet5-angular2-typescript

    345View on GitHub↗

    Cross-platform Single Page Applications with ASP.NET Core, Angular 4 & TypeScript

    C#
    View on GitHub↗345
  • cloudscribe/cloudscribeC

    cloudscribe/cloudscribe

    0View on GitHub↗
    View on GitHub↗0
  • commonsguy/cw-omnibuscommonsguy avatar

    commonsguy/cw-omnibus

    5,320View on GitHub↗

    This project is a reference library for Android development, providing source code and sample applications that demonstrate architectural patterns and the implementation of core API capabilities. It serves as a collection of reference implementations for data management, system integration, and user interface component development. The library provides specific examples for managing hardware interfaces, background tasks, and inter-process communication. It includes a gallery of user interface components and patterns for implementing accessibility features and system-level font scaling. The p

    Javaandroidandroid-book
    View on GitHub↗5,320
  • damienbod/aspnet5geoelasticsearchdamienbod avatar

    damienbod/AspNet5GeoElasticsearch

    37View on GitHub↗

    ASP.NET Core MVC Geo Elasticsearch Swashbuckle Swagger

    C#asp-net-coredocumentationelasticsearch
    View on GitHub↗37
  • dodyg/practical-aspnetcoredodyg avatar

    dodyg/practical-aspnetcore

    10,382View on GitHub↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    View on GitHub↗10,382
  • dotnet-architecture/eshoponwebdotnet-architecture avatar

    dotnet-architecture/eShopOnWeb

    10,676View on GitHub↗

    eShopOnWeb is a reference application for ASP.NET Core that demonstrates a sample e-commerce site. It serves as a template for building scalable services using domain-driven design to separate business logic from infrastructure and data access. The project implements a decoupled messaging pattern through a request pipeline to separate web controllers from application logic. It utilizes a repository pattern to abstract data persistence and isolate the core application logic from the specific database storage mechanism. The application covers a broad surface of web capabilities, including user

    C#architectureasp-net-coreasp-net-core-mvc
    View on GitHub↗10,676
  • dotnet/aspnetcoredotnet avatar

    dotnet/aspnetcore

    38,143View on GitHub↗

    This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine

    C#aspnetcoredotnethacktoberfest
    View on GitHub↗38,143
  • dotnet/eshopdotnet avatar

    dotnet/eShop

    10,079View on GitHub↗

    eShop is a .NET microservices reference application that provides a comprehensive blueprint for a distributed retail system. It implements an e-commerce architecture using decoupled services to manage core operations such as product catalogs, shopping baskets, and order processing. The project demonstrates a cloud-native retail infrastructure that incorporates an asynchronous event bus system to synchronize state across distributed services. It includes a reference implementation for integrating generative AI features by connecting the store to large language models via cloud providers. The

    C#
    View on GitHub↗10,079
  • eduardopires/equinoxprojectEduardoPires avatar

    EduardoPires/EquinoxProject

    6,774View on GitHub↗

    EquinoxProject is an ASP.NET 9 web application template and reference implementation for building enterprise software. It provides a structural boilerplate centered on clean architecture, domain-driven design, and the separation of read and write operations through a command query responsibility segregation framework. The project incorporates event sourcing to track the history of business entities as a sequence of events for auditing and state reconstruction. It utilizes a layered approach to decouple business logic from external dependencies and frameworks. The system includes capabilities

    C#architectureasp-net-coreasp-net-core-mvc
    View on GitHub↗6,774
  • firebase/quickstart-androidfirebase avatar

    firebase/quickstart-android

    9,253View on GitHub↗

    This repository provides a collection of starter templates, reference projects, and implementation guides for integrating Firebase services into Android applications. It serves as a boilerplate for building mobile apps with built-in cloud backend integration. The project includes examples for connecting Android applications to large language models for generative AI features. It also provides sample code for managing user identity and authentication, as well as demonstrations for integrating cloud databases and serverless functions. The codebase covers a broad range of capabilities, includin

    Kotlinandroidfirebase
    View on GitHub↗9,253
  • googlesamples/android-architectureG

    googlesamples/android-architecture

    0View on GitHub↗

    These samples showcase different architectural approaches to developing Android apps. In its different branches you'll find the same app (a TODO app) implemented with small differences.

    View on GitHub↗0
  • googlesamples/android-instant-appsG

    googlesamples/android-instant-apps

    0View on GitHub↗
    View on GitHub↗0
  • googlesamples/android-sunflowerG

    googlesamples/android-sunflower

    0View on GitHub↗
    View on GitHub↗0
  • googlesamples/android-testingG

    googlesamples/android-testing

    0View on GitHub↗
    View on GitHub↗0
  • googlesamples/android-universalmusicplayergooglesamples avatar

    googlesamples/android-UniversalMusicPlayer

    13,185View on GitHub↗

    This project is a sample implementation of an audio playback application for the Android platform. It serves as a reference for building music players that utilize standard media APIs and system-level audio management. The implementation demonstrates the integration of media session controls for external hardware and provides a reference for synchronizing media playback and control states across multiple connected hardware devices. The project covers several core areas of Android audio development, including background playback services, media store querying, and declarative user interface c

    Kotlin
    View on GitHub↗13,185
  • halomademeapc/pokerhalomademeapc avatar

    halomademeapc/pokeR

    46View on GitHub↗

    Planning poker with SignalR

    TypeScript
    View on GitHub↗46
  • aaronontheweb/inmemorycqrsreplicationAaronontheweb avatar

    Aaronontheweb/InMemoryCQRSReplication

    147View on GitHub↗

    Akka.NET Reference Architecture - CQRS Sharding In-Memory Replication

    C#
    View on GitHub↗147