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
·
Back to trello/rxlifecycle

Open-source alternatives to RxLifecycle

25 open-source projects similar to trello/rxlifecycle, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best RxLifecycle alternative.

  • reactivex/rxandroidAvatar von ReactiveX

    ReactiveX/RxAndroid

    19,964Auf GitHub ansehen↗

    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

    Java
    Auf GitHub ansehen↗19,964
  • jakewharton/rxbindingAvatar von JakeWharton

    JakeWharton/RxBinding

    9,578Auf GitHub ansehen↗

    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

    Kotlin
    Auf GitHub ansehen↗9,578
  • android/android-ktxAvatar von android

    android/android-ktx

    7,421Auf GitHub ansehen↗

    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

    androidkotlinkotlin-extensions
    Auf GitHub ansehen↗7,421

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • android10/frodoAvatar von android10

    android10/frodo

    1,462Auf GitHub ansehen↗

    Android Library for Logging RxJava Observables and Subscribers.

    Javaandroidandroid-developmentandroid-library
    Auf GitHub ansehen↗1,462
  • annimon/lightweight-stream-apiAvatar von aNNiMON

    aNNiMON/Lightweight-Stream-API

    1,594Auf GitHub ansehen↗

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

    Javabackportsfunctional-programmingjava
    Auf GitHub ansehen↗1,594
  • evant/gradle-retrolambdaAvatar von evant

    evant/gradle-retrolambda

    5,258Auf GitHub ansehen↗

    gradle-retrolambda is a Gradle plugin and bytecode transformer designed to enable the use of modern Java lambda expressions in legacy Java and Android runtime environments. It functions as a backporting tool that ensures modern functional programming syntax remains compatible with older virtual machines. The project transforms compiled class files to make them compatible with Java 6 and 7 environments. This allows for the use of modern Java features in projects that must maintain backward compatibility with older API levels and legacy Android devices. The tool integrates into the Gradle buil

    Java
    Auf GitHub ansehen↗5,258
  • f2prateek/rx-preferencesAvatar von f2prateek

    f2prateek/rx-preferences

    1,522Auf GitHub ansehen↗

    Reactive SharedPreferences for Android

    Java
    Auf GitHub ansehen↗1,522
  • greenrobot/eventbusAvatar von greenrobot

    greenrobot/EventBus

    24,760Auf GitHub ansehen↗

    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

    Java
    Auf GitHub ansehen↗24,760
  • jakewharton/rxrelayAvatar von JakeWharton

    JakeWharton/RxRelay

    2,459Auf GitHub ansehen↗

    RxJava types that are both an Observable and a Consumer.

    Java
    Auf GitHub ansehen↗2,459
  • lyft/domicL

    lyft/domic

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mcharmas/android-reactivelocationAvatar von mcharmas

    mcharmas/Android-ReactiveLocation

    2,094Auf GitHub ansehen↗

    Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.

    Java
    Auf GitHub ansehen↗2,094
  • mrezanasirloo/slickM

    MRezaNasirloo/Slick

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mrhadisatrio/optionalM

    MrHadiSatrio/Optional

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • pushtorefresh/storioAvatar von pushtorefresh

    pushtorefresh/storio

    2,529Auf GitHub ansehen↗

    Reactive API for SQLiteDatabase and ContentResolver.

    Javaandroidrxjavasqlite
    Auf GitHub ansehen↗2,529
  • reactivex/rxjavaAvatar von ReactiveX

    ReactiveX/RxJava

    48,237Auf GitHub ansehen↗

    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

    Javaflowjavareactive-streams
    Auf GitHub ansehen↗48,237
  • reark/rearkAvatar von reark

    reark/reark

    2,045Auf GitHub ansehen↗

    RxJava architecture library for Android

    Java
    Auf GitHub ansehen↗2,045
  • sockeqwe/mosbyAvatar von sockeqwe

    sockeqwe/mosby

    5,439Auf GitHub ansehen↗

    Mosby is a presentation layer framework for Android applications designed to manage application state and user intents. It functions as an architectural tool that implements both Model-View-Intent (MVI) and Model-View-Presenter (MVP) patterns. The framework utilizes a unidirectional data flow to maintain a single source of truth, ensuring that state updates remain predictable by processing intents through a single logic path. It separates business logic from the view layer to decouple presentation logic from Android Activity and Fragment classes. The system provides capabilities for state ma

    Javaandroidarchitecturejava
    Auf GitHub ansehen↗5,439
  • square/javapoetAvatar von square

    square/javapoet

    10,850Auf GitHub ansehen↗

    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

    Java
    Auf GitHub ansehen↗10,850
  • square/retrofitAvatar von square

    square/retrofit

    43,895Auf GitHub ansehen↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    HTMLandroidjava
    Auf GitHub ansehen↗43,895
  • square/sqlbriteAvatar von square

    square/sqlbrite

    4,529Auf GitHub ansehen↗

    Sqlbrite is a reactive SQLite database manager and lightweight wrapper for Android. It functions as a reactive SQL library that converts standard SQLite queries into observable streams, allowing the application to emit new results automatically when underlying database tables change. The project provides a mechanism for tracking changes to specific database tables, triggering query refreshes without manual polling. It also includes an atomic transaction manager to group multiple SQL modifications into single units, ensuring data integrity and preventing redundant notifications. The library h

    Java
    Auf GitHub ansehen↗4,529
  • t-spoon/traceurT

    T-Spoon/Traceur

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • tbruyelle/rxpermissionsAvatar von tbruyelle

    tbruyelle/RxPermissions

    10,416Auf GitHub ansehen↗

    RxPermissions is a reactive permissions library for Android that manages runtime system permissions using RxJava observables. It serves as a wrapper for the Android runtime permission manager, converting asynchronous system requests and their results into a unified reactive stream. The library eliminates the need for fragmented callback methods by using a hidden fragment to intercept permission request results. This allows the request and the resulting outcome to remain within a single logic flow, avoiding boilerplate callbacks in the activity. The system supports requesting multiple permiss

    Java
    Auf GitHub ansehen↗10,416
  • airbnb/mvrxA

    airbnb/MvRx

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • uber/autodisposeAvatar von uber

    uber/AutoDispose

    3,349Auf GitHub ansehen↗

    Automatic binding+disposal of RxJava streams.

    Javaandroidautodisposekotlin
    Auf GitHub ansehen↗3,349
  • akarnokd/rxjava2interopA

    akarnokd/RxJava2Interop

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0