Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

EchantedViewPager is a custom ViewPager that provides some custom and usefull functionalities, such as, scalling scroll, alpha scroll and swipe to dismiss option.

Feb 28, 2017

A cool ViewPager.

Dec 12, 2016

ExpandingPager is a card peek/pop controller.

Jun 20, 2016

A simple indicator with fading animation for ViewPager in Android.

Most of the existing indicators don't provide a smooth transition, this library fades indicators in and out when pager flipped.

Apr 29, 2016

Flare provide the easy implementation of circular indicator with ViewPager. (viewpager indicator)

Oct 17, 2016

A powerful android view looper library with animation.

Oct 12, 2015

A Page Indicator Library which is realized in a different way.

Oct 12, 2015

Library that allows you to customize the font of a PagerTitleStrip.

Sep 22, 2014

An extended ViewPager that has the below features:

  • allows its Fragment pages to get notified when they are actually visible/invisible to the user
  • supports multiple levels of FragmentViewPagers
  • provides methods to control its paging
Jul 5, 2016

Ready-to-use view pagers for your project.

Feb 3, 2015

ViewPager template with cool animation.

Jun 8, 2017

It is a library to make the background color of the view pager naturally move during the swipe.

Dec 5, 2017

ViewPager with an interesting effect.

Sep 29, 2015

A different beautiful ViewPager, with quick swipe controls.

Aug 26, 2015

A lightweight, plug-and-play indefinite pager indicator for RecyclerViews & ViewPagers.

Jan 8, 2018

IndicatorBinder is a library that provides the ability to attach indicators to ViewPagers, so that the user may see their current position within the ViewPager.

With IndicatorBinder, one simply uses one method to bind a ViewPager to a ViewGroup that will hold the indicators, and is therefore very easy to use and open to modification.

Jul 15, 2018

Page indicators for use with ViewPagers.

Sep 10, 2017

Indicators is a micro framework for creating ViewPager indicators. Instead of limited indicator implementations, it provides the means to create new indicator types without a big effort.

All views of Indicators are fully supported in any layout.

This library works well together with the Android Data Binding Library.

Aug 10, 2019

IndicatorView allows to indicate current index of page for ViewPager.

Jul 2, 2016
Advertisement

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

Infinite cycle ViewPager with two-way orientation and interactive effect.

Aug 23, 2016

Android view pager indicator library for infinite pages.

Jul 16, 2018

InkPageIndicator from Plaid.

Nov 6, 2015

InkPageIndicator created by Nick Butcher for Plaid and back-ported for API 16+.

Dec 22, 2015

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

Jul 5, 2014

PagerSlidingTabStrip is an interactive indicator to navigate between the different pages of a ViewPager. Inspired by astuetz/PagerSlidingTabStrip.

Nov 7, 2014

You can easily show image list in dialog with this library. Image list contains url or drawable.

Nov 21, 2018

Just a simple a linked ViewPager.

Mar 31, 2015

An android ViewPager extension allowing infinite scrolling. You can use it with "standart" PagerAdapter (inflating the pager with Views), but you can also use FragmentPagerAdapter which allows you to fill the pager with Fragments!

Jul 5, 2014

A ViewPager and a PagerAdapter that can:

  1. AutoScroll (On/Off able)
  2. Infinite Loop (On/Off able)
  3. ViewPager's height can be wrap_content
  4. Adjustable auto scroll interval
  5. Won't scroll nor loop if there is only 1 item
  6. Works well with notifyDataSetChanged()
  7. Supports page indicators
Dec 20, 2017