Ross ROSS = Recommend OSS · open-source software intelligence for agents

wyouflf/xUtils3

Android orm, bitmap, http, view inject... observed · 2026-08-28

github.com/wyouflf/xUtils3 · homepage · Java · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3962
  • days_rel: n/a
  • days_push: 1628
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5939 stars · 1951 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

xUtils3 is a lightweight (~251K) Android utility library bundling four modules: an ORM for SQLite with a LINQ-like query API, an HTTP(S) client with caching, cookies, resumable downloads and large file uploads, an image loader with memory/disk caching, and annotation-based view injection and event binding. It is written in Java and distributed via Gradle as org.xutils:xutils.

Use cases

  • query sqlite on android with a fluent linq-style orm
  • make http requests with caching and cookie support in an android app
  • load and cache images in listviews with gif and webp support
  • inject android views and bind click events with annotations
  • upload large files over 2GB from android
  • resume interrupted downloads on android

When to choose

  • you want one small dependency covering database, networking, image loading, and view injection on Android
  • you need resumable downloads, cookie handling, or HTTP caching out of the box
  • you prefer annotation-based view/event binding that survives ProGuard obfuscation

When to avoid

  • you prefer modern Kotlin-first stacks (Retrofit, Room, Coil, ViewBinding) with active ecosystems
  • you need Jetpack Compose or current Android architecture components integration
  • you require a permissively clear license - the GitHub license is marked NOASSERTION

Facets

library · maturity maintenance

orm http-client image-processing ui-components caching mobile-development android-tools web-development jvm view-injection bitmap-loading http-requests sqlite-orm annotation-based android-utility android mobile

8 sources

Member repositories

RepositoryRoleHealth v2
wyouflf/xUtils3main23

For agents

markdown · JSON · MCP: product_card(name="wyouflf/xUtils3")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem