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
·
T

trello/RxLifecycle

0
View on GitHub↗
0 stele·0 fork-uri·3 vizualizări

RxLifecycle

Features

  • Advanced Development Frameworks - Lifecycle management for RxJava in Android.
  • Reactive Libraries - Manages reactive stream lifecycles to prevent memory leaks.

Istoric stele

Graficul istoricului de stele pentru trello/rxlifecycleGraficul istoricului de stele pentru trello/rxlifecycle

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru RxLifecycle

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu RxLifecycle.
  • 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

    Java
    Vezi pe GitHub↗19,964
  • 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

    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

    androidkotlinkotlin-extensions
    Vezi pe GitHub↗7,421
  • android10/frodoAvatar android10

    android10/frodo

    1,462Vezi pe GitHub↗

    Android Library for Logging RxJava Observables and Subscribers.

    Javaandroidandroid-developmentandroid-library
    Vezi pe GitHub↗1,462
Vezi toate cele 25 alternative pentru RxLifecycle→

Întrebări frecvente

Care sunt principalele funcționalități ale trello/rxlifecycle?

Principalele funcționalități ale trello/rxlifecycle sunt: Advanced Development Frameworks, Reactive Libraries.

Care sunt câteva alternative open-source pentru trello/rxlifecycle?

Alternativele open-source pentru trello/rxlifecycle includ: reactivex/rxandroid — RxAndroid is a reactive programming library and binding layer that integrates RxJava with the Android runtime… jakewharton/rxbinding — RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves… android/android-ktx — android-ktx is a Kotlin extension library for the Android framework. It provides a collection of idiomatic helper… annimon/lightweight-stream-api — Stream API from Java 8 rewritten on iterators for Java 7 and below. evant/gradle-retrolambda — gradle-retrolambda is a Gradle plugin and bytecode transformer designed to enable the use of modern Java lambda… android10/frodo — Android Library for Logging RxJava Observables and Subscribers.