awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

18 repository-uri

Awesome GitHub RepositoriesAdvanced Development Frameworks

Advanced libraries for reactive programming and architectural patterns.

Explore 18 awesome GitHub repositories matching part of an awesome list · Advanced Development Frameworks. Refine with filters or upvote what's useful.

Awesome Advanced Development Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • reactivex/rxjavaAvatar ReactiveX

    ReactiveX/RxJava

    48,237Vezi pe GitHub↗

    RxJava is a reactive stream processing framework and JVM reactive extensions library. It serves as an asynchronous dataflow orchestrator used to compose event-based programs by transforming, combining, and consuming real-time data flows on the Java Virtual Machine. The project distinguishes itself through integrated backpressure flow control, which manages the emission rate between producers and consumers to prevent memory exhaustion. It further provides mechanisms for concurrent thread management and parallel data processing to offload blocking operations and maintain application responsiven

    Reactive extensions for composing asynchronous programs.

    Javaflowjavareactive-streams
    Vezi pe GitHub↗48,237
  • greenrobot/eventbusAvatar greenrobot

    greenrobot/EventBus

    24,760Vezi pe GitHub↗

    EventBus is a publish-subscribe messaging library designed to facilitate decoupled communication between components in Java applications. It functions as a central hub where producers dispatch events that are routed to subscribers based on the class type of the payload. By using annotation-based markers, the system maps event handlers to specific data types, allowing different parts of an application to exchange information without requiring direct references between classes. The library distinguishes itself through a focus on performance and execution control. It utilizes a compile-time inde

    Optimized event bus for component communication.

    Java
    Vezi pe GitHub↗24,760
  • reactivex/rxandroidAvatar ReactiveX

    ReactiveX/RxAndroid

    19,964Vezi pe GitHub↗

    RxAndroid is a reactive programming library and binding layer that integrates RxJava with the Android runtime environment. It provides a framework for composing asynchronous data streams and managing event-driven workflows specifically tailored for Android's threading requirements. The library functions as an Android thread scheduler, routing reactive operations to the main UI thread or specific Android loopers. This ensures that asynchronous task outcomes are dispatched to the primary interface thread for safe updates of visual components while preventing background processing from blocking

    Reactive extensions for Android-specific components.

    Java
    Vezi pe GitHub↗19,964
  • square/javapoetAvatar square

    square/javapoet

    10,850Vezi pe GitHub↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    API for generating Java source files.

    Java
    Vezi pe GitHub↗10,850
  • jakewharton/rxbindingAvatar JakeWharton

    JakeWharton/RxBinding

    9,578Vezi pe GitHub↗

    RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves as a bridge and reactive wrapper, converting user interactions and widget states into reactive data flows. The project enables the implementation of reactive programming patterns across Android system interactions. By treating UI interactions as data streams, it allows for the asynchronous handling of events to decouple the view layer from business logic. The library covers the conversion of UI events into streams, the management of widget states to trigger application update

    RxJava bindings for Android UI widgets.

    Kotlin
    Vezi pe GitHub↗9,578
  • android/android-ktxAvatar android

    android/android-ktx

    7,421Vezi pe GitHub↗

    android-ktx is a Kotlin extension library for the Android framework. It provides a collection of idiomatic helper functions that wrap native system calls to reduce boilerplate and improve code readability throughout Android application development. The library implements a set of tools for building styled strings, transformation matrices, and graphical elements. It utilizes a builder-based syntax to simplify the construction of system objects such as content values and data bundles. The project covers a broad range of capabilities, including the simplification of view manipulations and time

    Kotlin extensions for more idiomatic Android development.

    androidkotlinkotlin-extensions
    Vezi pe GitHub↗7,421
  • sockeqwe/mosbyAvatar sockeqwe

    sockeqwe/mosby

    5,439Vezi pe GitHub↗

    Mosby este un framework de strat de prezentare pentru aplicații Android, conceput pentru a gestiona starea aplicației și intențiile utilizatorului. Acesta funcționează ca un instrument arhitectural care implementează atât tiparele Model-View-Intent (MVI), cât și Model-View-Presenter (MVP). Framework-ul utilizează un flux de date unidirecțional pentru a menține o singură sursă de adevăr, asigurând că actualizările de stare rămân predictibile prin procesarea intențiilor printr-o singură cale logică. Acesta separă logica de business de stratul de vizualizare pentru a decupla logica de prezentare de clasele Android Activity și Fragment. Sistemul oferă capabilități pentru gestionarea stării și coordonarea navigării, sincronizând starea aplicației cu tranzițiile ecranelor.

    Model-View-Presenter and Model-View-Intent library.

    Javaandroidarchitecturejava
    Vezi pe GitHub↗5,439
  • evant/gradle-retrolambdaAvatar evant

    evant/gradle-retrolambda

    5,258Vezi pe GitHub↗

    gradle-retrolambda este un plugin Gradle și un transformator de bytecode conceput pentru a permite utilizarea expresiilor lambda moderne din Java în medii de runtime Java și Android mai vechi. Acesta funcționează ca un instrument de backporting care asigură compatibilitatea sintaxei moderne de programare funcțională cu mașinile virtuale mai vechi. Proiectul transformă fișierele class compilate pentru a le face compatibile cu mediile Java 6 și 7. Acest lucru permite utilizarea funcționalităților Java moderne în proiecte care trebuie să mențină compatibilitatea cu versiuni API mai vechi și dispozitive Android legacy. Instrumentul se integrează în procesul de automatizare a build-ului Gradle, aplicând transformări post-compilare pentru a modifica output-ul binar. Utilizează desugaring la nivel de bytecode pentru a converti expresiile lambda în clase interne anonime și generează bridge-uri de runtime compatibile.

    Gradle plugin for Java lambda support on older Android.

    Java
    Vezi pe GitHub↗5,258
  • uber/autodisposeAvatar uber

    uber/AutoDispose

    3,349Vezi pe GitHub↗

    Automatic binding+disposal of RxJava streams.

    Automatic binding and disposal for RxJava streams.

    Javaandroidautodisposekotlin
    Vezi pe GitHub↗3,349
  • jakewharton/rxrelayAvatar JakeWharton

    JakeWharton/RxRelay

    2,459Vezi pe GitHub↗

    RxJava types that are both an Observable and a Consumer.

    RxJava types acting as both Observable and Consumer.

    Java
    Vezi pe GitHub↗2,459
  • annimon/lightweight-stream-apiAvatar aNNiMON

    aNNiMON/Lightweight-Stream-API

    1,594Vezi pe GitHub↗

    Stream API from Java 8 rewritten on iterators for Java 7 and below

    Java 8 stream API backported for older Java versions.

    Javabackportsfunctional-programmingjava
    Vezi pe GitHub↗1,594
  • lyft/domicL

    lyft/domic

    0Vezi pe GitHub↗

    Reactive virtual DOM implementation for Android.

    Vezi pe GitHub↗0
  • t-spoon/traceurT

    T-Spoon/Traceur

    0Vezi pe GitHub↗

    Debugging tool for improved RxJava2 stacktraces.

    Vezi pe GitHub↗0
  • mrezanasirloo/slickM

    MRezaNasirloo/Slick

    0Vezi pe GitHub↗

    Reactive MVP framework for Android.

    Vezi pe GitHub↗0
  • trello/rxlifecycleT

    trello/RxLifecycle

    0Vezi pe GitHub↗

    Lifecycle management for RxJava in Android.

    Vezi pe GitHub↗0
  • mrhadisatrio/optionalM

    MrHadiSatrio/Optional

    0Vezi pe GitHub↗

    Java 8 Optional-like API for older Java versions.

    Vezi pe GitHub↗0
  • airbnb/mvrxA

    airbnb/MvRx

    0Vezi pe GitHub↗

    Framework for building Android apps on autopilot.

    Vezi pe GitHub↗0
  • akarnokd/rxjava2interopA

    akarnokd/RxJava2Interop

    0Vezi pe GitHub↗

    Conversion library between RxJava 1.x and 2.x types.

    Vezi pe GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Advanced Development Frameworks