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/ViewPagerIndicatorArchived

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

ViewPagerIndicator

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. The system is built for compatibility with the Android Support Library and legacy ActionBarSherlock environments.

Features

  • Paging Indicators - Provides visual widgets that display the current page and total count in an Android paginated view.
  • Android UI Components - Implements a reusable interface widget designed to enhance navigation and content discovery on Android.
  • Content Display Components - Displays the current page position within a paginated view to help users discover content.
  • Pagination Indicators - Adds visual markers to show the current page position and total count within a paginated layout.
  • UI State Synchronization - Synchronizes the visual state of paging indicators with the current index of a ViewPager.
  • Scroll-Driven Visual Transformations - Calculates fractional offsets to animate the transition of the active indicator during scrolling.
  • Attribute Overrides - Provides XML attributes and theme overrides to customize the visual appearance of indicator dots.
  • Adapter Based Mappings - Implements logic to map the data structure of a paging adapter to visual indicator components.
  • Dynamic Indicator Generation - Automatically generates the correct number of indicator views based on the total page count.
  • Scroll Indicator Styling - Allows customizing the appearance, sizing, and themes of navigation indicators.
  • User Interface Components - Support for horizontally scrolling ViewPager.

Star history

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

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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/viewpagerindicator do?

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.

What are the main features of jakewharton/viewpagerindicator?

The main features of jakewharton/viewpagerindicator are: Paging Indicators, Android UI Components, Content Display Components, Pagination Indicators, UI State Synchronization, Scroll-Driven Visual Transformations, Attribute Overrides, Adapter Based Mappings.

What are some open-source alternatives to jakewharton/viewpagerindicator?

Open-source alternatives to jakewharton/viewpagerindicator include: jakewharton/android-viewpagerindicator — Android-ViewPagerIndicator is an Android UI component that provides visual paging indicators for ViewPager screens. It… ogaclejapan/smarttablayout — SmartTabLayout is an Android user interface navigation component that synchronizes a tabbed navigation strip with the… gabrielemariotti/cardslib — cardslib is an Android UI component library and card layout framework. It provides a set of specialized adapters and… alibaba/ultraviewpager — UltraViewPager is an Android UI component and ViewPager extension that provides a library of page transition… manabu-gt/expandabletextview — ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is… hongyangandroid/flowlayout — FlowLayout is a custom Android view widget designed to wrap child elements across multiple lines. It functions as an…

Open-source alternatives to ViewPagerIndicator

Similar open-source projects, ranked by how many features they share with ViewPagerIndicator.
  • jakewharton/android-viewpagerindicatorJakeWharton avatar

    JakeWharton/Android-ViewPagerIndicator

    10,061View on GitHub↗

    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.

    Java
    View on GitHub↗10,061
  • 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
  • gabrielemariotti/cardslibgabrielemariotti avatar

    gabrielemariotti/cardslib

    4,618View on GitHub↗

    cardslib is an Android UI component library and card layout framework. It provides a set of specialized adapters and views designed as an extension for high-performance card rendering within recycling lists. The library distinguishes itself through a reorderable list implementation that supports drag-and-drop item rearrangement and nested content hierarchies. It also includes an interaction system for managing directional swipe constraints and a customizable undo action notification bar. The framework covers a broad range of card-based interface capabilities, including the composition of vis

    Java
    View on GitHub↗4,618
  • 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
See all 30 alternatives to ViewPagerIndicator→