Popularity
5.5
Stable
Activity
0.0
Stable
537
20
116
Code Quality Rank:
L5
Programming language: Java
License: MIT License
Tags:
ViewPager Widget
FlycoPageIndicator alternatives and similar packages
Based on the "ViewPager Widget" category.
Alternatively, view FlycoPageIndicator alternatives based on common mentions on social networks and blogs.
-
Android-ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Åkerfeldt's ViewFlow. -
SCViewPager
A simple keyframe-based animation framework for UIKit. Perfect for scrolling app intros. -
WoWoViewPager
Combine ViewPager and Animations to provide a simple way to create applications' guide pages. -
SpringIndicator
A spring indicator like Morning Routine guide. -
android-auto-scroll-view-pager
Android auto scroll viewpager or viewpager in viewpager -
Onboarding
A beautiful way to introduce users to your app -
HollyViewPager
A different beautiful ViewPager, with quick swipe controls -
LoopingViewPager
An android ViewPager extension allowing infinite scrolling -
MultiViewPager
The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered. -
InfiniteViewPager
Augment Android's ViewPager with wrap-around functionality. -
VerticalViewPager
Vertical implementation of Android ViewPager -
parallaxviewpager
[Development stopped in 2014. Unfinished and not stable - not recommended to use.] An easy-to-use ViewPager subclass with parallax background effect for Android apps. -
ViewPager3D
Extension of Android ViewPager with a 3D swipe effect -
NumericPageIndicator
Android - A ViewPager page indicator that displays the current page number and (optionally) the page count -
ViewPagerExtensions
A set of custom views for the ViewPager from the Android Support Package -
glazy-viewpager
Android ViewPager template with cool animation. -
Android-ScreenSlidePager
Pager (especially for ViewPager) indicator in two styles: circle & fraction. -
LastPagerAdapter
Don't write a ViewPager Adapter! Hook up your ViewPager to your data model using Android Data Binding Framework. With Kotlin support! -
Sliding Tab With Color Icons
Library for Sliding Tab With Color Icons!
Appwrite - The open-source backend cloud platform
Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
Promo
appwrite.io
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FlycoPageIndicator or a related project?
README
FlycoPageIndicator
A Page Indicator Lib is realized in a different way. Support for Android 2.2 and up.
Demo
Here is a DemoApk download
Gradle
dependencies{
compile 'com.android.support:support-v4:22.2.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.flyco.pageindicator:FlycoPageIndicator_Lib:1.0.0@aar'
}
FlycoPageIndicaor Attributes
name | format | description |
---|---|---|
fpi_width | dimension | indicator width, unit dp,default 6dp |
fpi_height | dimension | indicator height,unit dp,default 6dp |
fpi_gap | dimension | indicator space between two indicators,unit dp,default 6dp |
fpi_strokeWidth | dimension | width of the stroke used to draw the indicators,default 0dp |
fpi_strokeColor | color | color of the stroke used to draw the indicators,default "#ffffff" |
fpi_isSnap | boolean | Whether or not the selected indicator snaps to the indicators,default false |
fpi_selectColor | color | indicator select color ,default "#ffffff" |
fpi_unselectColor | color | indicator unselect color ,default "#88ffffff" |
fpi_cornerRadius | dimension | indicator corner raduis ,unit dp,default 3dp |
fpi_selectRes | reference | indicator select drawable resource |
fpi_unselectRes | reference | indicator unselect drawable resource |