RepoPilot

florent37/MaterialViewPager

A Material Design ViewPager easy to use library

Mixed

Stale — last commit 8y ago

MixedDependency

last commit was 8y ago; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 8y ago; dependency CVE scan unavailable

  • Stale — last commit 8y ago
  • Concentrated ownership — top contributor handles 70% of recent commits
  • 20 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: florent37/MaterialViewPager

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T02:37:39.623Z · commit e2fb22e0ad95

Verdict

Mixed — Stale — last commit 8y ago

  • 20 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

MaterialViewPager is an Android library that implements a Material Design-compliant ViewPager with a collapsible parallax header, animated title strips, and synchronized toolbar behavior. It provides a ready-to-use component (MaterialViewPager) that handles the complex interaction between page scrolling, header collapse/expansion, and toolbar visibility without boilerplate, commonly seen in Google Play and Gmail-style interfaces. Single-module library structure: materialviewpager/src/main/java/com/github/florent37/materialviewpager/ contains core classes (MaterialViewPager.java, MaterialViewPagerAnimator.java, MaterialViewPagerHelper.java) with a dedicated header/ package for…

Start here

Open these first:

  • materialviewpager/src/main/java/com/github/florent37/materialviewpager/MaterialViewPager.… — Core entry point and main orchestrator for the entire ViewPager system; all integration starts here.
  • materialviewpager/src/main/java/com/github/florent37/materialviewpager/MaterialViewPagerA… — Handles all scroll and parallax animations; critical to Material Design visual behavior.
  • materialviewpager/src/main/java/com/github/florent37/materialviewpager/MaterialViewPagerH… — Configuration and setup helper; necessary for initializing the library in activities.
  • materialviewpager/src/main/java/com/github/florent37/materialviewpager/MaterialViewPagerH… — Header view wrapper; manages the collapsible/parallax header that is core to the design pattern.
  • materialviewpager/src/main/res/layout/material_view_pager_layout.xml — Main layout structure defining the ViewPager with header and content sections.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and build with Gradle:

git clone https://github.com/florent37/MaterialViewPager.git
cd MaterialViewPager
./gradlew build

Or add to your project's build.gradle:

compile 'com.github.florent37:materialviewpager:1.2.3'
compile 'com.flaviofaria:kenburnsview:1.0.7'
compile 'com.jpardogo.materialtabstrip:library:1.1.0'
compile 'com.github.bumptech.glide:glide:4.0.0'

Daily commands:

No runnable server; this is a library. To test locally, import into Android Studio (Gradle sync occurs automatically). Use ./gradlew assembleDebug to build the .aar, or reference it in a sample app's build.gradle. C…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 8y ago
  • Concentrated ownership — top contributor handles 70% of recent commits
  • No unit tests visible in file listing—testing requires manual Android device/emulator verification. BuildTools 26.0.2 and Gradle 3.0.1 are outdated; you may encounter deprecation warnings or incompatibilities with…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/florent37/materialviewpager?axis=fork)](https://repopilot.app/r/florent37/materialviewpager)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/florent37/materialviewpager on X, Slack, or LinkedIn.

Ask AI about florent37/materialviewpager

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/florent37/materialviewpager"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>