Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

2DScroller is a customized ListView implementation.

Oct 8, 2014

This project demonstrates how to create a ListView in Android that combines the behavior of CHOICE_MODE_SINGLE and CHOICE_MODE_MULTIPLE_MODAL. This means that an item in the list can be opened and simultaneously multiple items in the list can be chosen.

Jul 5, 2014

A simple Android ListView that lets you define three states: Loading, Empty & Error.

Jul 5, 2014

Android-ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0.

Jul 5, 2014

Sample code that shows how to make ListView or other views support the swipe-to-dismiss Android UI pattern.

Aug 13, 2014

Reactive Android List View with searching bar.

Mar 9, 2019

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

Sep 8, 2015

ArcView shows lists as stacked arcs.

Jul 3, 2020

DobList is an Open Source Android library that provides to ListView adding ProgressBar (or any view) to the footer of ListView to be shown in loading more, and callback that is called when reaching last item in ListView.

Jan 11, 2015

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

Aug 2, 2016

Android ListView with drag and drop reordering.

Jul 5, 2014

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

Custom Implementation of typical gesture of pulling a listing on iOS but Android replicated.

Jan 16, 2015

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

Jul 5, 2014

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

Jun 1, 2015

ExpandableListView + RecylerView (for child items with Horizontal Scroll)

Oct 7, 2016

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 ListView with "floor animation".

Mar 3, 2016

Horizontal ListView for Android. Based on the official ListView google code. The library includes also an ExpandableHListView, also based on the official ExpandableListView.

Jul 5, 2014

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

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

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

Everything you need to build sites and apps with pure JavaScript and HTML5.

Jul 5, 2014

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

Android library that allows you to bind a LinearLayout with a ListAdapter.

Aug 18, 2015

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

Aug 23, 2016

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

Jul 5, 2014

Allows very smoothly animated and versatile addition and removal of ListView items [mostly] regardless of layout complexity, unlike traditional SwipeDismiss implementations.

Jul 5, 2014
Advertisement

This library display hierarchical data (e.g. comments) in a list view, so that the user can collapse and expand elements. Every element is indented accordingly to its level in the hierarchy.

Nov 13, 2014

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