awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JakeWharton avatar

JakeWharton/Android-ViewPagerIndicatorArchived

0
View on GitHub↗
10,061 estrellas·3,935 forks·Java·2 vistasviewpagerindicator.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.

Historial de estrellas

Gráfico del historial de estrellas de jakewharton/android-viewpagerindicatorGráfico del historial de estrellas de jakewharton/android-viewpagerindicator

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Android ViewPagerIndicator

Proyectos open-source similares, clasificados según cuántas características comparten con Android ViewPagerIndicator.
  • ogaclejapan/smarttablayoutAvatar de ogaclejapan

    ogaclejapan/SmartTabLayout

    7,068Ver en 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
    Ver en GitHub↗7,068
  • jakewharton/viewpagerindicatorAvatar de JakeWharton

    JakeWharton/ViewPagerIndicator

    10,061Ver en 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
    Ver en GitHub↗10,061
  • alibaba/ultraviewpagerAvatar de alibaba

    alibaba/UltraViewPager

    4,954Ver en 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
    Ver en GitHub↗4,954
  • chrisbanes/android-pulltorefreshAvatar de chrisbanes

    chrisbanes/Android-PullToRefresh

    8,648Ver en 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
    Ver en GitHub↗8,648
Ver las 30 alternativas a Android ViewPagerIndicator→

Preguntas frecuentes

¿Qué hace jakewharton/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.

¿Cuáles son las características principales de jakewharton/android-viewpagerindicator?

Las características principales de jakewharton/android-viewpagerindicator son: Android UI Components, Paging Indicators, ViewPager Integrations, Pagination Indicators, Navigation Visual Feedback, Custom View Rendering, Scroll Indicator Styling, UI State Synchronization.

¿Qué alternativas de código abierto existen para jakewharton/android-viewpagerindicator?

Las alternativas de código abierto para jakewharton/android-viewpagerindicator incluyen: 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…