Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

The library provides an iOS-like over-scrolling effect for many Android native views. It also allows for very easy expansion to support custom views.

The core effect classes are loose-decorators of Android views, and are thus decoupled from the actual view classes' implementations. That allows developers to apply the effect over views while keeping them as untampered 'black-boxes'. Namely, it allows for keeping important optimizations such as view-recycling intact.

Dec 5, 2015

Android library for creating simple pagination functionality (aka infinite scrolling) upon RecyclerView or AbsListView.

Nov 16, 2015

Widget for RecyclerView fast scrolling, like Android's built-in FastScroller for AbsListView.

Oct 24, 2015

Scroll animation library for Android.

Sep 17, 2015

An Android library that brings the Material Design 5.1 scrollbar to pre-5.1 devices. Designed for recyclerViews.

Sep 4, 2015

Parallax on Android in the simplest way.

Jul 23, 2015

Mugen is a microlibrary for implementing infinite scroll on Android.

May 6, 2015

Just interesting HorizontalScrollView.

Mar 5, 2015

QuickScroll is a library aimed at creating similar scrolling experiences to the native Contacts app's People view. It has the same scrolling capabilities as the ListView's native fast-scroll, but comes with a much a much more customizable design, two indicator styles and an always visible scrollbar. The two most common modes are popup and indicator. Works seamlessly with ListView and ExpandableListView.

Feb 2, 2015

Scroll + discover = DiscrollView

You can apply some transformation on discroll:

  • alpha
  • scale
  • translation (fromLeft, fromBottom, fromRight, fromTop) fromLeft+fromRight and fromBottom+fromTop are forbidden couples.
  • bgcolor
Jan 3, 2015

ObservableScrollView is an Android library to observe scroll events on scrollable views.

It's easy to interact with the Toolbar introduced in Android 5.0 Lollipop and may be helpful to implement look and feel of Material Design apps.

Nov 17, 2014

This is an open source library which uses the scroll bar library. Clock widget was added inside the scroll bar panel which gives a Path 2.0 like effect and can be customized according to your needs.

Oct 6, 2014

PoppyView is a library which implements view on the bottom which come and go relative to the user scroll.

Just add the library to your application as a library project. And don't forget that your project must use NineOldAndroids.

Aug 15, 2014