# yangfuhai/afinal

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

Repository: https://github.com/yangfuhai/afinal
Canonical: https://ross.abutalabs.com/products/afinal
Language: Java
License Family: other
Last push: 2017-05-24T13:40:35+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5068, "days_push": 3388, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3129, forks 1474 (observed 2026-08-28T04:07:45.454016+00:00)

## What it is
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
- artifact type: framework
- maturity: abandoned
- function: orm, http-client, image-processing, ui-components, database
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: ioc, annotation-based, sqlite, bitmap-loading, legacy-android, android, mobile

## Member repositories
- yangfuhai/afinal (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:45.454016+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-30T07:26:18.229192+00:00, confidence not recorded.
  - readme: https://github.com/yangfuhai/afinal (fetched 2026-08-28T04:07:45.454016+00:00, sha ad45923d0c46)
- Data as of 2026-08-30T08:39:29.467469+00:00.
