# white-cat/ThinkAndroid

ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架，其开发宗旨是简单、快速的进行 Android应用程序的开发，包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块, 具有快速构建文件缓存功能，无需考虑缓存文件的格式，都可以非常轻松的实现缓存，它还基于文件缓存模块实现了图片缓存功能， 在android中加载的图片的时候，对oom的问题，和对加载图片错位的问题都轻易解决。他还包括了一个手机开发中经常应用的实用工具类， 如日志管理，配置文件管理，android下载器模块，网络切换检测等等工具。

Repository: https://github.com/white-cat/ThinkAndroid
Canonical: https://ross.abutalabs.com/products/thinkandroid
Homepage: http://www.thinkandroid.cn
Language: Java
License Family: other
Last push: 2017-07-24T09:27:30+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": 4860, "days_push": 3327, "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 1971, forks 1016 (observed 2026-08-28T04:06:00.898363+00:00)

## What it is
ThinkAndroid is a free, open-source Android development framework aimed at simple and rapid Android app development. It bundles MVC structure, annotation-based IOC, a SQLite ORM, an HTTP client wrapper, file/image caching, a multi-threaded downloader, logging, configuration, and network state detection utilities.

## Use cases
- build android apps faster with an mvc framework
- bind ui views and resources with annotations instead of findviewbyid
- store and query sqlite databases with an orm on android
- load images into imageviews without oom or list scrolling glitches
- cache files and images on android with simple configuration
- download files in the background with resume and pause support
- detect network connectivity changes in an android app

## When to choose
- maintaining a legacy Android project already built on ThinkAndroid
- learning how an all-in-one Android framework is structured
- working on an old project targeting very old Android versions where HttpClient is still available

## When to avoid
- starting any new Android project - the project is explicitly discontinued and unmaintained
- modern Android development where AndroidX, Retrofit, Room, and Coil/Glide are standard
- projects needing security patches or compatibility with recent Android API levels

## Facets
- artifact type: framework
- maturity: abandoned
- function: orm, http-client, caching, image-processing, logging, state-management, developer-tools
- domain: mobile-development, android-tools, web-development, developer-tools
- platform: jvm
- tags: android-framework, mvc, ioc, sqlite-orm, image-cache, downloader, network-state-detection, discontinued, android, mobile

## Member repositories
- white-cat/ThinkAndroid (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:00.898363+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:05:06.629184+00:00, confidence not recorded.
  - readme: https://github.com/white-cat/ThinkAndroid (fetched 2026-08-28T04:06:00.898363+00:00, sha bda72ca9ee99)
- Data as of 2026-08-30T08:39:29.467469+00:00.
