Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A ViewPager implementation that is useful for navigating through views that can be grouped, such as days in a week.

Oct 10, 2015

A lightweight ViewPager indicator.

Oct 7, 2015

ViewPager with an interesting effect.

Sep 29, 2015

A different beautiful ViewPager, with quick swipe controls.

Aug 26, 2015

A simple ViewPager extends that provide scroll based animation like Jazz Hands for iOS.

Aug 23, 2015

Based on the Android support library's ViewPager class, this ViewPager supports both horizontal and vertical paging views.

Aug 15, 2015

A small library which helps to use TabLayout with ViewPager more easily.

Aug 10, 2015

A View whose pages and items both can be dragged, looking like a ViewPager.

Jul 20, 2015

A rubber indicator for ViewPager.

Jul 13, 2015

ProductTour is android sample project implementing a parallax effect welcome page using PageTransformer, similar to the one found in google's app like Sheet, Drive...

Jun 18, 2015

A nice tab to navigate between the different pages of a ViewPager. It supports badge, blur, and cross-fade effect.

May 29, 2015

An easy-to-integrate tab bar for Android that completely respects the Material Design guidelines and supports all versions of Android since API 9!

May 25, 2015

This project has been built with horizontal view pager which has vertical view pager on each child, so you can swype in X and Y coordinates.

May 24, 2015

A native library for Android that provides a filling Page Indicator for viewpagers.

May 22, 2015

Custom Tabs with Material Design animations for pre-Lollipop devices.

May 14, 2015

A Material Design ViewPager easy to use library.

May 2, 2015

SpinningTabStrip & SpinningViewPager are android extensions allowing infinite scrolling.

Apr 19, 2015

Android auto scroll viewpager or viewpager in viewpager.

Apr 12, 2015

A custom ViewPager which gives continuous feedback to the user when scrolling.

Mar 31, 2015

Just a simple a linked ViewPager.

Mar 31, 2015

A ViewPager implementation base on RecyclerView's code.

Mar 7, 2015

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.

Feb 6, 2015

Ready-to-use view pagers for your project.

Feb 3, 2015

ParallaxViewPager is an easy-to-use ViewPager subclass with parallax background.

Feb 2, 2015

A Lollipop material design styled CircularBarPager library.

Jan 26, 2015

Its similar to the Launcher Background effect, when user switch between fragments, the background will scroll within specific ratio to cover all fragments.

Jan 19, 2015

A pager transformer for Android with parallax effect.

Jan 3, 2015

InfiniteViewPager is an augment Android's ViewPager with wrap-around functionality.

Problem:

With a normal ViewPager, you can only scroll from the first page to second page (and so forth), from left-to-right. Once you reach the last page, your only option is to scroll backwards, right-to-left. In other words, 'wrap-around scrolling' (going from first-to-last, and last-to-first) is not possible.

Jan 3, 2015

ViewPager with custom aspect ratio.

Jan 3, 2015

CircleIndicator is a lightweight viewpager indicator like in nexus 5 launcher.

Dec 25, 2014