# wzgiceman/RxjavaRetrofitDemo-master

Retrofit+Rxjava+okhttp终极封装(Gson方案)

Repository: https://github.com/wzgiceman/RxjavaRetrofitDemo-master
Canonical: https://ross.abutalabs.com/products/rxjavaretrofitdemo-master
Homepage: http://blog.csdn.net/column/details/13297.html
Language: Java
License: MIT
License Family: permissive
Last push: 2018-04-20T01:40:49+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": 3699, "days_push": 3058, "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 1057, forks 288 (observed 2026-08-28T04:03:24.698785+00:00)

## What it is
An Android library that wraps Retrofit, RxJava, and OkHttp into a unified HTTP request framework with Gson-based parsing. It centralizes request handling, progress dialogs, retries, request cancellation, lifecycle management, and file upload/download with caching.

## Use cases
- wrap retrofit and rxjava into a unified http client for android
- handle http request retries and cancellation uniformly
- upload and download files with resume support on android
- cache api responses with greenDao or persistence
- prevent memory leaks from http requests with rxlifecycle

## When to choose
- building an Android app in Java that wants a pre-encapsulated Retrofit+RxJava networking layer
- you need unified progress dialogs, retry, and caching around HTTP calls

## When to avoid
- starting a new project - RxJava 1 and this library are unmaintained since 2018
- using Kotlin coroutines or modern Android networking stacks
- you need active support or recent dependency updates

## Facets
- artifact type: library
- maturity: abandoned
- function: http-client, caching, middleware
- domain: android-tools, web-development, developer-tools
- platform: jvm
- tags: retrofit, rxjava, okhttp, http-wrapper, android-networking, gson, android, mobile

## Member repositories
- wzgiceman/RxjavaRetrofitDemo-master (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.698785+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:58:02.340453+00:00, confidence not recorded.
  - readme: https://github.com/wzgiceman/RxjavaRetrofitDemo-master (fetched 2026-08-28T04:03:24.698785+00:00, sha bf5f4d59e554)
- Data as of 2026-08-30T08:39:29.467469+00:00.
