# kymjs/RxVolley

RxVolley = Volley + RxJava + OkHttp

Repository: https://github.com/kymjs/RxVolley
Canonical: https://ross.abutalabs.com/products/rxvolley
Homepage: https://kymjs.com/
Language: Java
License Family: other
Last push: 2026-03-17T07:04:38+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 72, release rhythm 8, longevity 100
- inputs: {"age_days": 3894, "days_push": 169, "days_rel": 432, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1153, forks 228 (observed 2026-08-28T04:03:47.428289+00:00)

## What it is
RxVolley is an Android networking library based on Google's Volley, extended with RxJava support and optional OkHttp as the HTTP transport. It also bundles optional image loading and a built-in RxBus event bus implementation.

## Use cases
- make http get and post requests on android
- upload files with http params in android
- replace volley's httpurlconnection with okhttp
- load images reusing the network stack to reduce apk size
- replace eventbus with an rxbus implementation
- handle cookies and custom request headers

## When to choose
- you want a lightweight Volley-style request library with RxJava integration on Android
- you need file upload, cookie handling, and optional image loading in one small library
- you want to reuse the http stack for image loading to shrink apk size

## When to avoid
- you need a modern, actively maintained networking stack like Retrofit or OkHttp directly
- you use Kotlin coroutines instead of RxJava
- you need a license-guaranteed dependency (the repo has no explicit license)

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, image-processing, middleware
- domain: mobile-development, web-development, developer-tools
- platform: jvm
- tags: volley, rxjava, okhttp, networking, rxjava-wrapper, event-bus, file-upload, android, mobile

## Member repositories
- kymjs/RxVolley (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:47.428289+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-30T06:33:28.561929+00:00, confidence not recorded.
  - readme: https://github.com/kymjs/RxVolley (fetched 2026-08-28T04:03:47.428289+00:00, sha 7ca8ed08c9f2)
  - homepage: https://kymjs.com/ (fetched 2026-08-29T12:38:13.590407+00:00, sha 0d486957677f)
  - site_page: https://kymjs.com/about (fetched 2026-08-29T12:38:13.599817+00:00, sha d0e6fdfcce06)
- Data as of 2026-08-30T08:39:29.467469+00:00.
