awesome-repositories.com
Blog
MCP
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
·
alibaba avatar

alibaba/UltraViewPagerArchived

0
View on GitHub↗
4,954 estrellas·675 forks·Java·MIT·2 vistas

UltraViewPager

UltraViewPager es un componente de UI de Android y una extensión de ViewPager que proporciona una biblioteca de animaciones de transición de página y un controlador de paginación infinita para pantallas móviles. Funciona como un elemento de interfaz reutilizable para renderizar contenedores de paginación con dimensiones y relaciones de aspecto personalizadas.

El proyecto implementa una navegación de paginación circular que vuelve a la primera página después de llegar a la última pantalla, creando un bucle continuo. También incluye un mecanismo basado en temporizador para la rotación automatizada de contenido y un motor basado en coordenadas para interpolar posiciones de vista y valores alfa durante los cambios de página.

La biblioteca admite orientaciones de paginación tanto horizontales como verticales. Proporciona utilidades para indicadores de posición de página y un sistema de restricciones para configurar alturas máximas, anchos máximos o relaciones de aspecto fijas para el contenedor de paginación.

Features

  • Android UI Components - Provides a reusable Android UI component for rendering paginated sliding layouts with custom animations.
  • UI Transition Libraries - Provides a library of built-in animations for switching between screens to improve visual flow.
  • ViewPager Integrations - Provides an extension library designed to add custom transition and layout behaviors to the Android ViewPager component.
  • Index Looping - Implements index wrapping that resets the page sequence to the start upon reaching the end to create a loop.
  • Timer-Driven Auto-Scrolling - Uses a background timer to trigger programmatic page offsets for automated content rotation.
  • Automated Content Rotation - Implements automatic cycling of visual content elements at defined intervals using a timer.
  • Bidirectional - Provides paging containers that support swiping in both horizontal and vertical directions to organize content.
  • Infinite Paging Controllers - Implements a navigation mechanism that cycles back to the first page after the final page for continuous looping.
  • Coordinate Interpolation Engines - Ships a coordinate-based engine that interpolates view positions and alpha values to create custom animations during page switches.
  • Paging Scroll Layouts - Renders a sequence of views within a scrollable container supporting both horizontal and vertical directions.
  • Circular Scroll Layouts - Creates an infinite loop by cycling back to the first page automatically after the final page is reached.
  • Page Transition Animations - Implements visual effects and animations used to swap content between pages during transitions.
  • Circular Paging Navigators - Implements circular page loops that wrap back to the beginning after the final screen is reached.
  • Paging Indicators - Includes visual widgets that indicate the current page position within a paginated slider.
  • Aspect Ratio Constraints - Provides a constraint system to configure maximum heights, maximum widths, or fixed aspect ratios for the paging container.
  • Position Indicators - Provides visual markers, such as dots or icons, to indicate the current page within a rotating set.
  • Aspect Ratio Constraints - Implements a system to enforce specific width-to-height proportions for paging containers to maintain visual consistency.
  • Indicator Synchronization - Synchronizes visual pagination dots with the current scroll offset of the paging container.
  • View Pagers - 封装多种特性的ViewPager

Historial de estrellas

Gráfico del historial de estrellas de alibaba/ultraviewpagerGráfico del historial de estrellas de alibaba/ultraviewpager

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 UltraViewPager

Proyectos open-source similares, clasificados según cuántas características comparten con UltraViewPager.
  • jakewharton/android-viewpagerindicatorAvatar de JakeWharton

    JakeWharton/Android-ViewPagerIndicator

    10,061Ver en 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
    Ver en GitHub↗10,061
  • 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
  • bingoogolapple/bgabanner-androidAvatar de bingoogolapple

    bingoogolapple/BGABanner-Android

    4,160Ver en 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
    Ver en GitHub↗4,160
  • saiwu-bigkoo/android-convenientbannerAvatar de saiwu-bigkoo

    saiwu-bigkoo/Android-ConvenientBanner

    4,748Ver en GitHub↗

    Android-ConvenientBanner is an image banner library for Android apps that provides a sliding image carousel with infinite looping and 3D transition effects. It is a specialized ViewPager implementation designed for rotating banners and reusable user interface carousels. The component features a system for simulating an endless loop by duplicating boundary items and utilizes matrix transformations and scaling to create three-dimensional depth during page transitions. It includes a timer-driven auto-rotation mechanism that triggers transitions at fixed intervals and pauses during user interacti

    Java
    Ver en GitHub↗4,748
Ver las 30 alternativas a UltraViewPager→

Preguntas frecuentes

¿Qué hace alibaba/ultraviewpager?

UltraViewPager es un componente de UI de Android y una extensión de ViewPager que proporciona una biblioteca de animaciones de transición de página y un controlador de paginación infinita para pantallas móviles. Funciona como un elemento de interfaz reutilizable para renderizar contenedores de paginación con dimensiones y relaciones de aspecto personalizadas.

¿Cuáles son las características principales de alibaba/ultraviewpager?

Las características principales de alibaba/ultraviewpager son: Android UI Components, UI Transition Libraries, ViewPager Integrations, Index Looping, Timer-Driven Auto-Scrolling, Automated Content Rotation, Bidirectional, Infinite Paging Controllers.

¿Qué alternativas de código abierto existen para alibaba/ultraviewpager?

Las alternativas de código abierto para alibaba/ultraviewpager incluyen: 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… bingoogolapple/bgabanner-android — BGABanner-Android is a UI library for Android providing customizable sliding image galleries and paginated sliders. It… saiwu-bigkoo/android-convenientbanner — Android-ConvenientBanner is an image banner library for Android apps that provides a sliding image carousel with… romandanylyk/pageindicatorview — PageIndicatorView is an Android custom view designed to track and visualize page progress within sliding layout… zhpanvip/bannerviewpager — BannerViewPager is a customizable Android UI component for creating sliding banners and image carousels. Built upon…