Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

TwitterCover is a parallax top view with real time blur effect.

May 22, 2015

Multi Roots TreeView implementation for Android Platform with a lot of options and customizations.

Apr 8, 2022

DragListView can be used when you want to be able to re-order items in a list, grid or a board.

Aug 2, 2016

Micro-Transitions for Smooth Android To-Do List Animations.

Jan 5, 2017

A SwipeMenu for ListView.

Sep 4, 2014

ArcView shows lists as stacked arcs.

Jul 3, 2020

An Android ListView with enhanced functionality (e.g. Swipe To Dismiss and Undo).

Jul 5, 2014

Cute library to implement a simple time navigation view. Works from Android API 21 (Lollipop) and above.

Features:

  • Use of jetpack compose
  • Support for time navigation of year, month, week, day ad whole period
  • Time mode configurable
  • Time mode change integrated with dialog
Jan 21, 2022

Showing app tips on Android. Tips can be set to be shown after a specific amount of time. They can also have an action button that will execute a provided Runnable and dismiss the tip when pressed.

Dec 3, 2019

This library is an extension of a LinearLayout that allows licenses to be displayed within its own Popup Views. The default view would be blank and to add licences to it, you would need to use the addLicense or addMultipleLicenses functions.

Some licenses are included by default, such as:

  • Apache 2.0
  • MIT
  • GNU GPL v3
  • and many more.

To install, simply include implementation: 'com.pcchin.licenseview:licenseview:1.3.1' in your app/build.gradle file.

Apr 11, 2020

A grace comic reader widget, expand ListView.

Jan 29, 2017

A better ExpandableListView, with animated expandable views for each list item.

Jul 5, 2014

Android library to display a ListView which cells are not rigid but flabby and react to ListView scroll and touch events.

Aug 3, 2014

A demo android application that uses the listview-snapshot android library.

Aug 23, 2016

Android ListView with drag and drop reordering.

Jul 5, 2014

Reactive Android List View with searching bar.

Mar 9, 2019

This library is making listview way more easy to use. No need to embed the listview in a framelayout to add the progressbar or the emptyview. It's all right here.

Jul 5, 2014

You can do a Endless scroll in ListView or RecyclerView with simple steps, with a listener for do request to your web service.

Nov 13, 2017
Advertisement

Android simple listview by using linearlayout. Behavior is the same except no scrollable, thus you can use it freely in scrollview. It is very basic implementation, you should not use for the huge list.

Feb 16, 2015

MultiLevelListView is an Open Source Android library providing view for displaying items grouped into levels and sub-levels. Levels hierarchy size is not limited. Any particular data model is not required, it fully depends on developer.

Jan 30, 2016

This library provides over scroll scale for ListView.

Dec 5, 2015

Android Library to put a ListView inside a ScrollView without collapsing.

Jun 1, 2015

A Reactive wrapper around Google's YouTube Data API.

Nov 11, 2014

An Android library which allows developers to easily add animations to ListView items.

Jul 5, 2014

JazzyListView is an extension of ListView designed to animate list item views as they become visible. There are a number of pre-built, bundled effects that can be used by setting the effect in code or an XML layout attribute. Also, it is possible to use a custom effect by implementing a JazzyEffect.

Feb 19, 2015

InfiniteListView is a custom Android ListView that gets extended at each time new items are loaded by swiping to the bottom of list. It also supports swipe-to-refresh behavior.

May 25, 2016

This custom listview basically shows a holder view when it's adapter is empty. For example, you may fetch list datas from network and refresh your adapter with coming data. If the data is empty, your listview shows a huge blank space. With this custom listview, you can show a holder view instead of blank space and your design looks prettier.

Nov 6, 2015

AnimatedListView is an Android ListView implementation that animates views into place, similar to the Google Plus app on Android.

Sep 8, 2015

PagingListView has the ability to add more items on it like Gmail does. Basically is a ListView with the ability to add more items on it when reaches the end of the list.

Jul 5, 2014

A ListView with "floor animation".

Mar 3, 2016