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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

44 repository-uri

Awesome GitHub RepositoriesCode Samples And Demos

Reference implementations and sample applications showcasing best practices.

Explore 44 awesome GitHub repositories matching part of an awesome list · Code Samples And Demos. Refine with filters or upvote what's useful.

Awesome Code Samples And Demos GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • android/architecture-samplesAvatar android

    android/architecture-samples

    45,719Vezi pe 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

    A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.

    Kotlinandroidandroid-architecturesamples
    Vezi pe GitHub↗45,719
  • android/compose-samplesAvatar android

    android/compose-samples

    22,893Vezi pe GitHub↗

    Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces. The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s

    Official Jetpack Compose samples.

    Kotlinandroidjetpack-compose
    Vezi pe GitHub↗22,893
  • android/sunflowerAvatar android

    android/sunflower

    17,774Vezi pe 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

    A gardening app illustrating Android development best practices with Android Jetpack.

    Kotlin
    Vezi pe GitHub↗17,774
  • nickbutcher/plaidN

    nickbutcher/plaid

    16,193Vezi pe GitHub↗

    Rewriting Plaid using Android Architecture Components, in Kotlin.

    An Android app which provides design news & inspiration as well as being an example of implementing material design.

    Kotlin
    Vezi pe GitHub↗16,193
  • android/uampA

    android/uamp

    13,186Vezi pe GitHub↗

    uamp is an audio media application framework and reference implementation for building music playback applications on Android. It provides a cross-device media framework designed to maintain functional and visual consistency across phones, tablets, Wear OS, Android TV, and Android Auto. The project features specific implementations for automotive-safe music control and Google Cast integration for remote playback. It includes a multi-form factor UI kit that demonstrates how to adapt a single media codebase to various screen sizes and device types. The framework covers core media capabilities

    A sample audio app for Android

    Kotlin
    Vezi pe GitHub↗13,186
  • chrisbanes/cheesesquareAvatar chrisbanes

    chrisbanes/cheesesquare

    7,645Vezi pe GitHub↗

    CheeseSquare is an Android UI component gallery and reference application. It serves as a practical demonstration of Material Design components and layout patterns implemented on the Android platform. The project showcases the use of standardized library elements, including collapsing toolbars, floating action buttons, and navigation drawers. It provides a live environment for prototyping Android components to ensure design consistency across different device screens. The application focuses on the implementation of Android design guidelines and mobile user experience standardization through

    Demos the new Android Design library.

    Kotlin
    Vezi pe GitHub↗7,645
  • igorwojda/android-showcaseAvatar igorwojda

    igorwojda/android-showcase

    6,760Vezi pe GitHub↗

    This is an open-source Android application that serves as a reference implementation for modern app architecture. It demonstrates a modular, testable structure built with Kotlin, Coroutines, and Jetpack libraries, organized into independent feature modules that each follow Clean Architecture and the MVVM pattern. The project enforces coding standards through an automated static analysis pipeline that integrates linting, formatting checks, and code quality tools directly into the build process, failing the build on any violations. It uses reusable Gradle convention plugins to standardize build

    💎 Android application following best practices: Kotlin, coroutines, Clean Architecture, feature modules, tests, MVVM, static analysis...

    Kotlinandroidandroid-applicationarchitecture
    Vezi pe GitHub↗6,760
  • android/camera-samplesAvatar android

    android/camera-samples

    5,422Vezi pe GitHub↗

    O colecție de implementări de referință și mostre de cod pentru integrarea hardware-ului camerei Android și a API-urilor software. Proiectul oferă demonstrații pentru utilizarea bibliotecii Jetpack CameraX și a API-ului Camera2 de nivel scăzut pentru a implementa funcții de captură foto și video. Repository-ul include implementări specializate pentru înregistrarea de înaltă performanță, cum ar fi slow motion cu rată mare de cadre și video high-dynamic-range (HDR). De asemenea, dispune de exemple de viziune artificială (machine learning), demonstrând cum să analizezi cadrele camerei live pentru detectarea obiectelor și scanarea codurilor QR. Proiectul acoperă capabilități largi de imagistică, inclusiv achiziția de imagini statice, randarea viewfinder-ului live și configurarea calității video. Detaliază în continuare utilizarea extensiilor hardware specifice producătorului pentru a aplica efecte precum bokeh, night mode și HDR. Mostrele includ utilitare pentru maparea coordonatelor pentru a randa suprapuneri vizuale și monitorizarea evenimentelor pentru a urmări stările de înregistrare.

    Multiple samples showing the best practices in camera APIs on Android.

    Kotlinkotlinsamples
    Vezi pe GitHub↗5,422
  • android10/android-cleanarchitecture-kotlinAvatar android10

    android10/Android-CleanArchitecture-Kotlin

    4,811Vezi pe GitHub↗

    Acest proiect este un șablon de referință pentru o aplicație Android în Kotlin și un set de implementări demonstrative ale principiilor Clean Architecture. Oferă un design structural care izolează regulile de business de bază de interfața utilizator și sursele de date în module distincte, stratificate. Implementarea se concentrează pe pattern-ul Model-View-ViewModel (MVVM) pentru a decupla logica UI de modelele de date. Utilizează un framework de dependency injection pentru a automatiza crearea obiectelor și a gestiona ciclurile de viață ale componentelor, folosind în același timp un pattern de tip repository pentru a abstractiza cererile de date din memorie, disc și surse cloud. Arhitectura încorporează organizarea pachetelor bazată pe funcționalități și configurații de build modulare pentru a menține consistența în cadrul proiectului. Include, de asemenea, o strategie de testare cuprinzătoare care combină teste unitare pentru logica de business cu instrumentare pentru UI și module mock pentru validarea stratului de date.

    This is a movies sample app in Kotlin.

    Kotlinandroidandroid-cleanarchitecture-kotlinandroid-development
    Vezi pe GitHub↗4,811
  • vinaygaba/learn-jetpack-compose-by-exampleAvatar vinaygaba

    vinaygaba/Learn-Jetpack-Compose-By-Example

    3,450Vezi pe GitHub↗

    🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

    🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

    Kotlin
    Vezi pe GitHub↗3,450
  • kotlin/kotlin-examplesAvatar Kotlin

    Kotlin/kotlin-examples

    3,214Vezi pe GitHub↗

    Various examples for Kotlin

    Various examples for Kotlin

    gradlekdockotlin
    Vezi pe GitHub↗3,214
  • paulwoitaschek/materialaudiobookplayerAvatar PaulWoitaschek

    PaulWoitaschek/MaterialAudiobookPlayer

    3,001Vezi pe GitHub↗

    Minimalistic audiobook player

    Material design audiobook player implementation

    Kotlin
    Vezi pe GitHub↗3,001
  • corona-warn-app/cwa-app-androidAvatar corona-warn-app

    corona-warn-app/cwa-app-android

    2,398Vezi pe GitHub↗

    Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:

    Native Android app using the Apple/Google exposure notification API.

    Kotlin
    Vezi pe GitHub↗2,398
  • antoniolg/bandhook-kotlinAvatar antoniolg

    antoniolg/Bandhook-Kotlin

    1,852Vezi pe GitHub↗

    A showcase music app for Android entirely written using Kotlin language

    A showcase music app for Android entirely written using Kotlin language

    Kotlin
    Vezi pe GitHub↗1,852
  • google-developer-training/android-kotlin-fundamentals-appsAvatar google-developer-training

    google-developer-training/android-kotlin-fundamentals-apps

    1,736Vezi pe GitHub↗

    android-kotlin-fundamentals-apps

    android-kotlin-fundamentals-apps

    Kotlin
    Vezi pe GitHub↗1,736
  • jmfayard/buildsrcversionsAvatar jmfayard

    jmfayard/buildSrcVersions

    1,709Vezi pe GitHub↗

    Life is too short to google for dependencies and versions

    Manage Gradle dependencies with type-safe accessors

    Kotlin
    Vezi pe GitHub↗1,709
  • byoutline/kickmaterialAvatar byoutline

    byoutline/kickmaterial

    1,615Vezi pe GitHub↗

    Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.

    Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.

    Kotlinandroidmaterialshowcase
    Vezi pe GitHub↗1,615
  • mrcsxsiq/kotlin-pokedexAvatar mrcsxsiq

    mrcsxsiq/Kotlin-Pokedex

    1,553Vezi pe GitHub↗

    :cyclone: A Pokedex app using ViewModel, ViewBinding, LiveData, Room and Navigation

    A Pokedex app using ViewModel, LiveData, Room and Navigation

    Kotlinandroidarchitecture-componentshacktoberfest
    Vezi pe GitHub↗1,553
  • skydoves/disneymotionsAvatar skydoves

    skydoves/DisneyMotions

    1,494Vezi pe GitHub↗

    🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, Room, Repository, Koin) architecture.

    🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, LiveData, Room, Repository, Koin) architecture.

    Kotlinandroidcoroutinesdisney
    Vezi pe GitHub↗1,494
  • nickbutcher/adaptiveiconplaygroundAvatar nickbutcher

    nickbutcher/AdaptiveIconPlayground

    1,365Vezi pe GitHub↗

    An Android app for experimenting with Adaptive Icons.

    An Android app for experimenting with Adaptive Icons.

    Kotlin
    Vezi pe GitHub↗1,365
Înapoi123Înainte
  1. Home
  2. Part of an Awesome List
  3. Learning & Reference
  4. Code Samples And Demos