awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to imbryk/loopingviewpager

Open-source alternatives to LoopingViewPager

30 open-source projects similar to imbryk/loopingviewpager, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best LoopingViewPager alternative.

  • alibaba/ultraviewpageralibaba 的头像

    alibaba/UltraViewPager

    4,954在 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
    在 GitHub 上查看↗4,954
  • antonyt/infiniteviewpagerA

    antonyt/InfiniteViewPager

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • astuetz/pagerslidingtabstripastuetz 的头像

    astuetz/PagerSlidingTabStrip

    143在 GitHub 上查看↗

    An interactive indicator to navigate between the different pages of a ViewPager

    Java
    在 GitHub 上查看↗143
  • bcsl/gallerylayoutmanagerBCsl 的头像

    BCsl/GalleryLayoutManager

    1,008在 GitHub 上查看↗

    New way to implements ViewPager/Gallery in Android with RecycleView

    Javagallerylayoutmanagerrecyclerview
    在 GitHub 上查看↗1,008
  • beppimenozzi/arcpageindicatorB

    BeppiMenozzi/ArcPageIndicator

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • chaossss/pianoviewC

    chaossss/PianoView

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • chengdazhi/decentbannerC

    chengdazhi/DecentBanner

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • chrisbanes/android-pulltorefreshchrisbanes 的头像

    chrisbanes/Android-PullToRefresh

    8,648在 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
    在 GitHub 上查看↗8,648
  • davidschreiber/fancycoverflowdavidschreiber 的头像

    davidschreiber/FancyCoverFlow

    1,079在 GitHub 上查看↗

    A cool Open Source CoverFlow view for Android with several fancy effects.

    Java
    在 GitHub 上查看↗1,079
  • demono/parallaxviewpagerD

    demoNo/ParallaxViewPager

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • devlight-mobile-agency/infinitecycleviewpagerD

    DevLight-Mobile-Agency/InfiniteCycleViewPager

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dreddik/androidtouchgalleryDreddik 的头像

    Dreddik/AndroidTouchGallery

    634在 GitHub 上查看↗

    Android widget for gallery, using viewpager. Allow pinch zoom and drag for images by url

    Java
    在 GitHub 上查看↗634
  • florent37/materialviewpagerflorent37 的头像

    florent37/MaterialViewPager

    8,079在 GitHub 上查看↗

    MaterialViewPager is a library that creates a scrollable, swipeable interface with an animated header image, toolbar, and logo following Material Design guidelines. It provides a complete implementation of a Material Design ViewPager, where the header background color and image animate as the user swipes between pages. The library coordinates scroll-driven header animations by synchronising scroll offsets from the ViewPager and attached scrollable views through a central coordinator. It supports fragment-based page composition, allowing each page to have independent content layouts while shar

    Javaandroidjavakenburnsview
    在 GitHub 上查看↗8,079
  • githubwing/expandableviewpagerG

    githubwing/ExpandableViewpager

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • githubwing/zoomheadergithubwing 的头像

    githubwing/ZoomHeader

    2,474在 GitHub 上查看↗

    A demo of animation show how turn viewpager into detail.神交互。模仿饿了么详情页可以跟随手指移动 viewpager变详情页

    Java
    在 GitHub 上查看↗2,474
  • hongyangandroid/magicviewpagerhongyangAndroid 的头像

    hongyangAndroid/MagicViewPager

    876在 GitHub 上查看↗

    单页显示3个Item的ViewPager炫酷切换效果,适用于Banner等。

    Java
    在 GitHub 上查看↗876
  • inovex/viewpager3dinovex 的头像

    inovex/ViewPager3D

    210在 GitHub 上查看↗

    Extension of Android ViewPager with a 3D swipe effect

    Java
    在 GitHub 上查看↗210
  • jakewharton/android-directionalviewpagerJakeWharton 的头像

    JakeWharton/Android-DirectionalViewPager

    1,032在 GitHub 上查看↗

    DEPRECATED Implementation of the compatibility library ViewPager class that supports paging both vertically and horizontally.

    Java
    在 GitHub 上查看↗1,032
  • jakewharton/android-viewpagerindicatorJakeWharton 的头像

    JakeWharton/Android-ViewPagerIndicator

    10,061在 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
    在 GitHub 上查看↗10,061
  • jakewharton/salvageJakeWharton 的头像

    JakeWharton/salvage

    460在 GitHub 上查看↗

    Generic view recycler and ViewPager PagerAdapter implementation.

    Java
    在 GitHub 上查看↗460
  • jeasonlzy/headerviewpagerJ

    jeasonlzy/HeaderViewPager

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jfeinstein10/jazzyviewpagerjfeinstein10 的头像

    jfeinstein10/JazzyViewPager

    2,642在 GitHub 上查看↗

    An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go!

    Java
    在 GitHub 上查看↗2,642
  • kmshack/android-parallaxheaderviewpagerkmshack 的头像

    kmshack/Android-ParallaxHeaderViewPager

    1,415在 GitHub 上查看↗

    DEPRECATED

    Java
    在 GitHub 上查看↗1,415
  • lightsky/infiniteindicatorL

    lightSky/InfiniteIndicator

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • lsjwzh/recyclerviewpagerlsjwzh 的头像

    lsjwzh/RecyclerViewPager

    3,499在 GitHub 上查看↗

    Deprecated

    Java
    在 GitHub 上查看↗3,499
  • luckyjayce/viewpagerindicatorLuckyJayce 的头像

    LuckyJayce/ViewPagerIndicator

    2,569在 GitHub 上查看↗

    Indicator 取代 tabhost,实现网易顶部tab,新浪微博主页底部tab,引导页,无限轮播banner等效果,高度自定义tab和特效,LazyFragment

    Java
    在 GitHub 上查看↗2,569
  • lyndonchin/android-screenslidepagerLyndonChin 的头像

    LyndonChin/Android-ScreenSlidePager

    203在 GitHub 上查看↗

    Pager (especially for ViewPager) indicator in two styles: circle & fraction.

    Java
    在 GitHub 上查看↗203
  • nightonke/wowoviewpagerNightonke 的头像

    Nightonke/WoWoViewPager

    2,725在 GitHub 上查看↗

    Combine ViewPager and Animations to provide a simple way to create applications' guide pages.

    Javaanimationguidepageviewviewpager
    在 GitHub 上查看↗2,725
  • ogaclejapan/smarttablayoutogaclejapan 的头像

    ogaclejapan/SmartTabLayout

    7,068在 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
    在 GitHub 上查看↗7,068
  • ongakuer/circleindicatorongakuer 的头像

    ongakuer/CircleIndicator

    4,258在 GitHub 上查看↗

    CircleIndicator is a custom Android UI component that functions as a circular page progress indicator. It provides a graphical interface element that represents completion or progress through a circular arc. The component is designed to track a user's position within a sequence of pages, such as during onboarding flow navigation or linear screen transitions. It visualizes progress through a set of screens to provide feedback during mobile app navigation.

    Java
    在 GitHub 上查看↗4,258