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

qyxxjd/MultipleStatusView

一个支持多种状态的自定义View,可以方便的切换到:加载中视图、错误视图、空数据视图、网络异常视图、内容视图。 observed · 2026-08-28

github.com/qyxxjd/MultipleStatusView · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 3881
  • days_rel: n/a
  • days_push: 2450
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1669 stars · 236 forks observed · 2026-08-28

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

A lightweight Android custom View (MultipleStatusView) that lets developers switch a screen between loading, error, empty-data, no-network, and content states with a single API call. It supports custom layouts and hint text for each state via XML attributes or programmatic methods.

Use cases

  • show a loading spinner while fetching data in an Android app
  • display an empty state view when a list has no data
  • show an error view when a request fails on Android
  • display a no-network view when connectivity is lost
  • switch between content and placeholder states in one container
  • customize loading/empty/error layouts per screen

When to choose

  • building native Android apps in Java that need simple status/placeholder screen switching
  • you want a tiny (~7KB, 52 methods) drop-in view with XML-configurable state layouts
  • you prefer a mature, widely used view over rolling your own state container

When to avoid

  • developing with Kotlin-first Jetpack Compose UI instead of XML views
  • you need complex multi-region state management rather than a single full-screen status switch
  • the project requires actively maintained dependencies, as the last release was in 2019

Facets

library · maturity maintenance

ui-components state-management mobile-development android-tools frontend custom-view layout-switching loading-state empty-state error-state java android-ui android mobile

1 source

Member repositories

RepositoryRoleHealth v2
qyxxjd/MultipleStatusViewmain23

For agents

markdown · JSON · MCP: product_card(name="qyxxjd/MultipleStatusView")

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