# kymjs/KJFrameForAndroid

An Android library and includes ActivityFrame, KJHttp, KJBitmap, KJDataBase. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.

Repository: https://github.com/kymjs/KJFrameForAndroid
Canonical: https://ross.abutalabs.com/products/kjframeforandroid
Homepage: https://www.kymjs.com/
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-03-17T06:36:33+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 72, release rhythm 42, longevity 100
- inputs: {"age_days": 4469, "days_push": 169, "days_rel": 391, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1938, forks 773 (observed 2026-08-28T04:05:57.184797+00:00)

## What it is
KJFrameForAndroid is an Android rapid-development framework written in Java that wraps the complexity of the native Android SDK. It bundles modules for HTTP networking (KJHttp), image loading (KJBitmap), SQLite database access (KJDataBase), and an MVC-style Activity framework.

## Use cases
- make http requests from an android app
- load and cache images in listviews
- store objects in sqlite without writing raw sql
- structure an android app with an mvc pattern
- simplify android sdk boilerplate for faster app development
- handle https requests with cookie persistence on android

## When to choose
- you are building a Java-based Android app and want a lightweight all-in-one framework for networking, images, and database
- you want a simple MVC structure instead of heavier architectures
- you need a small, proven library with Chinese-language documentation and long-term maintenance history

## When to avoid
- you are using Kotlin with modern Android Jetpack libraries, coroutines, and Retrofit
- you need actively evolving features or large community support
- you only need networking or image loading - the author recommends RxVolley for those modules instead

## Facets
- artifact type: framework
- maturity: maintenance
- function: http-client, image-processing, orm, database, web-framework
- domain: mobile-development, android-tools, web-development, databases
- platform: jvm
- tags: android-sdk, rapid-development, mvc, bitmap-loading, http-requests, sqlite-wrapper, chinese-documentation, android, mobile

## Member repositories
- kymjs/KJFrameForAndroid (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.184797+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-30T03:08:13.284241+00:00, confidence not recorded.
  - readme: https://github.com/kymjs/KJFrameForAndroid (fetched 2026-08-28T04:05:57.184797+00:00, sha 71dd58ba958b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
