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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
T

trello/RxLifecycle

0
View on GitHub↗
0 stars·0 forks·9 views

RxLifecycle

Features

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

Star history

Star history chart for trello/rxlifecycleStar history chart for trello/rxlifecycle

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to RxLifecycle

Similar open-source projects, ranked by how many features they share with RxLifecycle.
  • reactivex/rxandroidReactiveX avatar

    ReactiveX/RxAndroid

    19,964View on 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
    View on GitHub↗19,964
  • jakewharton/rxbindingJakeWharton avatar

    JakeWharton/RxBinding

    9,578View on 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
    View on GitHub↗9,578
  • android/android-ktxandroid avatar

    android/android-ktx

    7,421View on 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
    View on GitHub↗7,421
  • android10/frodoandroid10 avatar

    android10/frodo

    1,462View on GitHub↗

    Android Library for Logging RxJava Observables and Subscribers.

    Javaandroidandroid-developmentandroid-library
    View on GitHub↗1,462
See all 25 alternatives to RxLifecycle→

Frequently asked questions

What are the main features of trello/rxlifecycle?

The main features of trello/rxlifecycle are: Advanced Development Frameworks, Reactive Libraries.

What are some open-source alternatives to trello/rxlifecycle?

Open-source alternatives to trello/rxlifecycle include: 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.