Shall we spin ?

Overview

SpinningTabStrip & SpinningViewPager

Android Arsenal

SpinningTabStrip & SpinningViewPager are android extensions allowing infinite scrolling.

Moreover, YOU CAN SPIN that tab !

Preview Image

Install

[]( Download the latest JAR or grab via Gradle: )

Gradle

repositories {
    jcenter()
}

dependencies {
    compile 'com.eccyan:spinning:0.0.2@aar'
}

Modified By

Daisuke Sato(eccyan) - [email protected]

Originally developed by

PagerSlidingTabStrip by Andreas Stuetz - [email protected]

LoopingViewPager by Leszek Mzyk - <>

License

Copyright (C) 2015 eccyan <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

SpinninTabStrip is a derivative of Andreas Stütz:
https://github.com/astuetz/PagerSlidingTabStrip

SpinningViewPager is a derivative of Leszek Mzyk:
https://github.com/imbryk/LoopingViewPager
You might also like...
Comments
  • Remove ic_launcher from library

    Remove ic_launcher from library

    Hi, according to https://plus.google.com/+GabrieleMariotti/posts/i3UMa9YqX5x, please remove ic_launcher.png from library project, or we'll face issue with gradle-plugin 1.2.x.

    opened by anticafe 1
  • Any plan for SpinningTabStrip.CustomTextTabProvider

    Any plan for SpinningTabStrip.CustomTextTabProvider

    PagerSlidingTabStrip have PagerSlidingTabStrip.CustomTextTabProvider interface for providing custom tabs. Any plan to add support in this great library ?

    Thanks !

    opened by eboudrant 1
  • New feature request

    New feature request

    Hi, your SpinningTabStrip a good library. But it will be very nice if you implement next feature. When user scrolling tabs layout, during scroll viewpager must to be scrolled with the tabs and the tab's indicator will update its state too. Anyway, thank you.

    opened by desugar-64 1
Releases(0.0.1)
Owner
eccyan
All opinions are my own.
eccyan
Jetpack Compose animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animation

Compose Animation Examples. Useful Jetpack Compose animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can take inspiration from.

Mutual Mobile 149 Dec 22, 2022