awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·3 Aufrufeviewpagerindicator.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-Verlauf

Star-Verlauf für jakewharton/android-viewpagerindicatorStar-Verlauf für jakewharton/android-viewpagerindicator

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von jakewharton/android-viewpagerindicator?

Die Hauptfunktionen von jakewharton/android-viewpagerindicator sind: Android UI Components, Paging Indicators, ViewPager Integrations, Pagination Indicators, Navigation Visual Feedback, Custom View Rendering, Scroll Indicator Styling, UI State Synchronization.

Welche Open-Source-Alternativen gibt es zu jakewharton/android-viewpagerindicator?

Open-Source-Alternativen zu jakewharton/android-viewpagerindicator sind unter anderem: 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…

Open-Source-Alternativen zu Android ViewPagerIndicator

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Android ViewPagerIndicator.
  • ogaclejapan/smarttablayoutAvatar von ogaclejapan

    ogaclejapan/SmartTabLayout

    7,068Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,068
  • jakewharton/viewpagerindicatorAvatar von JakeWharton

    JakeWharton/ViewPagerIndicator

    10,061Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,061
  • alibaba/ultraviewpagerAvatar von alibaba

    alibaba/UltraViewPager

    4,954Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,954
  • chrisbanes/android-pulltorefreshAvatar von chrisbanes

    chrisbanes/Android-PullToRefresh

    8,648Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,648
Alle 30 Alternativen zu Android ViewPagerIndicator anzeigen→