Popular for its size, but the engineering basics lag behind the interest.
ZoomImage is an gesture zoom viewing of images library specially designed for Compose Multiplatform and Android View. Supported scale, pan, locate, rotation, and super-large image subsampling.
Documentation
70
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
53
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/test_android.yml).
Test files detected (internal/test-coil2/src/main/kotlin/com/github/panpf/zoomimage/test).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (build.gradle.kts).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 33Forks
- 42Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 630Watchers
Responsiveness
- 1hMedian issue response
- 12hMedian PR merge time
- 6Open issues
Repository files52 root entries
- .githubGood: CI is configured (.github/workflows/test_android.yml).Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/icon.png) (−40 pts).Fix: Remove them and add to .gitignore.
- buildSrc
- docs
- gradle
- internalGood: Test files detected (internal/test-coil2/src/main/kotlin/com/github/panpf/zoomimage/test).
- samples
- zoomimage-compose
- zoomimage-compose-coil2
- zoomimage-compose-coil2-core
- zoomimage-compose-coil3
- zoomimage-compose-coil3-core
- zoomimage-compose-glide
- zoomimage-compose-resources
- zoomimage-compose-sketch3
- zoomimage-compose-sketch3-core
- zoomimage-compose-sketch4
- zoomimage-compose-sketch4-core
- zoomimage-compose-sketch4-koin
- zoomimage-core
- zoomimage-core-coil2
- zoomimage-core-coil3
- zoomimage-core-glide
- zoomimage-core-picasso
- zoomimage-core-sketch3
- zoomimage-core-sketch4
- zoomimage-view
- zoomimage-view-coil2
- zoomimage-view-coil2-core
- zoomimage-view-coil3
- zoomimage-view-coil3-core
- zoomimage-view-glide
- zoomimage-view-picasso
- zoomimage-view-sketch3
- zoomimage-view-sketch3-core
- zoomimage-view-sketch4
- zoomimage-view-sketch4-core
- zoomimage-view-sketch4-koin
- .gitignoreGood: .gitignore present.
- build_docs.sh
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- CHANGELOG.zh.md
- gradle.properties
- gradlew
- gradlew.bat
- libs.versions.toml
- LICENSE.txtGood: Licensed under Apache-2.0.
- mkdocs.yml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- README.zh.md
- settings.gradle.kts