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
romandanylyk avatar

romandanylyk/PageIndicatorView

0
View on GitHub↗
4,625 stars·568 forks·Java·11 views

PageIndicatorView

PageIndicatorView is an Android custom view designed to track and visualize page progress within sliding layout systems. It serves as a visual indicator for ViewPager, synchronizing the active page marker and total page count with the state of a page slider.

The component provides interactive visual effects and motion primitives that animate transitions during user swipe gestures. These include sliding or scaling effects that respond to touch movements to indicate the current position in a sequence.

The project covers the implementation of page indicators for mobile navigation and onboarding walkthroughs. It manages the rendering of markers through a custom canvas layout and uses an animation engine to handle visual property changes based on scroll progress.

Features

  • Paging Indicators - Provides a visual marker for the active page using customizable animation styles to show current position.
  • Custom Shape Rendering - Uses a custom canvas to render visual indicators with precise control over shapes and spacing.
  • Custom Android Views - Implemented as a specialized custom Android view to display page positions in sliding layouts.
  • ViewPager Integrations - Synchronizes the active indicator position by listening to scroll offsets and page change events from a ViewPager.
  • Animation Interpolators - Calculates visual property changes using a value animator to transition indicators based on fractional scroll progress.
  • Synchronized Content Paging - Automatically tracks page changes to update the active marker and adjust the total count based on available pages.
  • Interactive Gesture-Driven Animations - Creates smooth visual transitions and scaling effects that react in real-time to user touch gestures.
  • View Styling Properties - Provides configurable visual attributes to customize the scale, color, and movement of the active page marker.
  • Mobile Page Transitions - Implements sliding and scaling visual effects that respond to user swipe movements during page changes.
  • View Pagers - 能够指示选定页的ViewPage

Star history

Star history chart for romandanylyk/pageindicatorviewStar history chart for romandanylyk/pageindicatorview

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 romandanylyk/pageindicatorview do?

PageIndicatorView is an Android custom view designed to track and visualize page progress within sliding layout systems. It serves as a visual indicator for ViewPager, synchronizing the active page marker and total page count with the state of a page slider.

What are the main features of romandanylyk/pageindicatorview?

The main features of romandanylyk/pageindicatorview are: Paging Indicators, Custom Shape Rendering, Custom Android Views, ViewPager Integrations, Animation Interpolators, Synchronized Content Paging, Interactive Gesture-Driven Animations, View Styling Properties.

Which projects share features with romandanylyk/pageindicatorview?

Projects with overlapping indexed features 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… alibaba/ultraviewpager — UltraViewPager is an Android UI component and ViewPager extension that provides a library of page transition… bingoogolapple/bgabanner-android — BGABanner-Android is a UI library for Android providing customizable sliding image galleries and paginated sliders. It… hugeterry/coordinatortablayout — CoordinatorTabLayout is a custom Android user interface component that integrates tabbed navigation with folding… saiwu-bigkoo/android-convenientbanner — Android-ConvenientBanner is an image banner library for Android apps that provides a sliding image carousel with…

Projects sharing features with PageIndicatorView

These projects share indexed features with PageIndicatorView. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • bingoogolapple/bgabanner-androidbingoogolapple avatar

    bingoogolapple/BGABanner-Android

    4,160View on GitHub↗

    BGABanner-Android is a UI library for Android providing customizable sliding image galleries and paginated sliders. It functions as a wrapper for ViewPager2, integrating navigation controls and the ability to render image banners that load content from the network. The library features auto-scrolling capabilities with looping sequences that can pause or resume based on user touch interactions. It includes configurable page indicators, such as dots or numbers, and supports custom transition animations to modify the visual effects when switching between views. The component manages banner inte

    Javaandroidxbannersplash
    View on GitHub↗4,160
Compare all 30 related projects→