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

yangfuhai/afinal

Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。 observed · 2026-08-28

github.com/yangfuhai/afinal · Java observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: 5068
  • days_rel: n/a
  • days_push: 3388
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3129 stars · 1474 forks observed · 2026-08-28

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

Afinal is an Android framework combining a SQLite ORM, an annotation-based IOC layer for UI/event binding, an HTTP client wrapper, and a bitmap loading module with caching. It aims for one-line-code simplicity using convention over configuration.

Use cases

  • perform sqlite crud operations on android with one line of code
  • bind android ui views and click events via annotations
  • load network images into imageviews without out-of-memory errors
  • make ajax-style http requests from an android app
  • cache and display bitmaps smoothly in fast-scrolling lists

When to choose

  • maintaining a legacy Android project already built on Afinal
  • you want a single lightweight library covering orm, http, and image loading on old Android versions

When to avoid

  • starting a new Android project - modern alternatives like Room, Retrofit, and Glide are actively maintained
  • you need official support, updates, or a clear license

Facets

framework · maturity abandoned

orm http-client image-processing ui-components database mobile-development android-tools web-development jvm ioc annotation-based sqlite bitmap-loading legacy-android android mobile

1 source

Member repositories

RepositoryRoleHealth v2
yangfuhai/afinalmain32

For agents

markdown · JSON · MCP: product_card(name="yangfuhai/afinal")

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