awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
JakeWharton avatar

JakeWharton/Android-ViewPagerIndicatorArchived

0
View on GitHub↗
10,061 stars·3,935 forks·Java·11 viewsviewpagerindicator.com↗

Android ViewPagerIndicator

Android-ViewPagerIndicator is an Android UI component that provides visual paging indicators for ViewPager screens. It consists of a set of widgets, such as dots or titles, that show the current page position and total count within a paginated layout.

The library integrates with the Android SDK and Support Library to provide navigation feedback. It synchronizes visual states with a ViewPager to reflect a user's progress as they swipe through content.

The project includes options for indicator styling customization via themes, layout attributes, or programmatic method calls.

Features

  • Android UI Components - Provides a reusable UI component for Android applications built on the SDK and Support Library.
  • Paging Indicators - Implements a set of visual widgets to show page position and total count within an Android ViewPager.
  • ViewPager Integrations - Connects a paging indicator widget to a ViewPager to automatically synchronize page changes.
  • Pagination Indicators - Provides visual markers like dots or titles to indicate the current page and total count in paginated views.
  • Navigation Visual Feedback - Provides clear visual cues to users as they swipe through multiple pages of content.
  • Custom View Rendering - Overrides the onDraw method to manually paint shapes that reflect the current page index.
  • Scroll Indicator Styling - Allows modification of the visual appearance, sizing, and themes of navigation indicators.
  • UI State Synchronization - Updates the indicator's visual state by implementing a page change listener on the linked ViewPager.
  • View Pagers - Paging indicators compatible with standard view pagers.

Star history

Star history chart for jakewharton/android-viewpagerindicatorStar history chart for jakewharton/android-viewpagerindicator

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does jakewharton/android-viewpagerindicator do?

Android-ViewPagerIndicator is an Android UI component that provides visual paging indicators for ViewPager screens. It consists of a set of widgets, such as dots or titles, that show the current page position and total count within a paginated layout.

What are the main features of jakewharton/android-viewpagerindicator?

The main features of jakewharton/android-viewpagerindicator are: Android UI Components, Paging Indicators, ViewPager Integrations, Pagination Indicators, Navigation Visual Feedback, Custom View Rendering, Scroll Indicator Styling, UI State Synchronization.

Which projects share features with jakewharton/android-viewpagerindicator?

Projects with overlapping indexed features include: ogaclejapan/smarttablayout — SmartTabLayout is an Android user interface navigation component that synchronizes a tabbed navigation strip with the… jakewharton/viewpagerindicator — ViewPagerIndicator is a set of reusable Android UI components designed to synchronize visual paging indicators with… alibaba/ultraviewpager — UltraViewPager is an Android UI component and ViewPager extension that provides a library of page transition… chrisbanes/android-pulltorefresh — Android-PullToRefresh is an Android view component and library designed to implement pull-to-refresh functionality and… romandanylyk/pageindicatorview — PageIndicatorView is an Android custom view designed to track and visualize page progress within sliding layout… roughike/bottombar — BottomBar is an Android UI component that implements a Material Design bottom navigation bar. It serves as a reusable…

Projects sharing features with Android ViewPagerIndicator

These projects share indexed features with Android ViewPagerIndicator. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ogaclejapan/smarttablayoutogaclejapan avatar

    ogaclejapan/SmartTabLayout

    7,068View on GitHub↗

    SmartTabLayout is an Android user interface navigation component that synchronizes a tabbed navigation strip with the scroll position of a ViewPager. It functions as a layout system that maps page scroll offsets to active tab indicators, providing a visual marker that offers continuous feedback as users swipe through paginated content. The component utilizes an adapter-based system to bind fragment-based page sets to dynamic tab labels. It allows for the replacement of standard tab appearances with custom layouts or user-defined views while maintaining synchronization with the page viewer. T

    Java
    View on GitHub↗7,068
  • jakewharton/viewpagerindicatorJakeWharton avatar

    JakeWharton/ViewPagerIndicator

    10,061View on GitHub↗

    ViewPagerIndicator is a set of reusable Android UI components designed to synchronize visual paging indicators with paginated view containers. It provides widgets that track a ViewPager to display the current page position and total page count. The project enables the customization of these indicators through themes, XML layout attributes, and direct method calls to align the visual appearance with an application's design. These components handle the dynamic generation of view elements based on page count and use scroll-position interpolation to animate transitions between active indicators.

    Java
    View on GitHub↗10,061
  • alibaba/ultraviewpageralibaba avatar

    alibaba/UltraViewPager

    4,954View on GitHub↗

    UltraViewPager is an Android UI component and ViewPager extension that provides a library of page transition animations and an infinite paging controller for mobile screens. It functions as a reusable interface element for rendering paging containers with custom dimensions and aspect ratios. The project implements circular paging navigation that cycles back to the first page after the final screen is reached, creating a continuous loop. It also includes a timer-driven mechanism for automated content rotation and a coordinate-based engine to interpolate view positions and alpha values during p

    Javaandroidmulti-page-switchingtangram
    View on GitHub↗4,954
  • chrisbanes/android-pulltorefreshchrisbanes avatar

    chrisbanes/Android-PullToRefresh

    8,648View on GitHub↗

    Android-PullToRefresh is an Android view component and library designed to implement pull-to-refresh functionality and end-of-list detection for scrollable views within Android applications. It acts as a custom view that manages the animations and listener triggers necessary to update content via user interaction. The library provides mechanisms for triggering refresh actions when a user pulls from the boundaries of a scrollable view and detecting when a user reaches the bottom of a list to facilitate data pagination. It allows for the customization of the refresh indicator's visual theme and

    Java
    View on GitHub↗8,648
Compare all 30 related projects→