# kaushikgopal/RxJava-Android-Samples

Learning RxJava for Android by example

Repository: https://github.com/kaushikgopal/RxJava-Android-Samples
Canonical: https://ross.abutalabs.com/products/rxjava-android-samples
Language: Java
License: Apache-2.0
License Family: permissive
Topics: rxjava, java, learning-rxjava, example, sample, thread, concurrency, reactive-programming, reactive
Last push: 2023-08-08T02:18:57+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4424, "days_push": 1122, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7491, forks 1357 (observed 2026-08-28T04:10:00.284860+00:00)

## What it is
A collection of real-world example Android apps demonstrating RxJava patterns such as schedulers, debounce-based search, form validation, polling, backoff, caching, and event buses. It accompanies conference talks on learning reactive programming for Android by example.

## Use cases
- learn rxjava for android by example
- see how to debounce search input with rxjava subjects
- understand schedulers for background work on android
- implement form validation with combinelatest
- learn exponential backoff and retry patterns with rxjava
- build an event bus using rxjava
- handle network calls and caching with observables

## When to choose
- you are an Android developer learning RxJava through runnable examples
- you want reference implementations of common reactive patterns like debounce, polling, and backoff
- you prefer learning from sample code tied to talks and blog posts

## When to avoid
- you need a production library rather than educational sample code
- your project uses Kotlin coroutines or Flow instead of RxJava
- you need actively updated examples for the latest Android tooling

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: concurrency, developer-tools
- domain: android-tools, tutorials, mobile-development, developer-tools
- platform: jvm
- tags: rxjava, reactive-programming, android-samples, learning-by-example, java, android

## Member repositories
- kaushikgopal/RxJava-Android-Samples (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:00.284860+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:37:34.668450+00:00, confidence not recorded.
  - readme: https://github.com/kaushikgopal/RxJava-Android-Samples (fetched 2026-08-28T04:10:00.284860+00:00, sha 9fa73f7ce587)
- Data as of 2026-08-30T08:39:29.467469+00:00.
