Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

FlexboxLayout is a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.

May 6, 2016

Android Swipe Layout is the brother of AndroidViewHover.

Aug 25, 2014

A low-cost Android screen adaptation solution.

Oct 15, 2018

An Android TabLayout library.

Nov 10, 2015

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.

Mar 4, 2017

An elegant way to show your menu or messages.

Aug 10, 2014

Scaling layout just like in Blinkist and Spotify app.

Oct 1, 2017

A library that let you implement veil skeletons and shimmer animation.

Nov 2, 2018

Android layout that simulates physics using JBox2D. Simply add views, enable physics, and watch them fall!

May 7, 2015

An android SDK that provides a new size unit - sdp (scalable dp). This size unit scales with the screen size. It can help Android developers with supporting multiple screens.

Use it carefully! for example, in most cases you still need to design a different layout for tablets.

Jun 24, 2015

SSComposeCookBook - A Collection of major Jetpack compose UI components which are commonly used.

Jan 10, 2022

Pretty is a library that enables one to enhance Android layout inflation without boilerplate and knowledge about LayoutInflater internals. Pretty hooks into the Android layout inflation so you could add new attributes to existing View subtypes.

Jan 27, 2015

An Android library that help you to build app with swipe back gesture.

Jul 21, 2014

A floating view with draw over other apps.

Feb 1, 2024

This project aims to provide a working page flip implementation for usage in ListView.

Apr 12, 2015

Screen adaptation library for Android.

Nov 27, 2015

This is a specified proportion to the size of the Layout or View support library, with which you can easily set a fixed ratio of the size of the Layout or View, internal adaptive size calculation, completely abandon the code to calculate the size!

Aug 10, 2015

Expansion panel contains creation flow and allows a lightweight editing of elements.

Nov 10, 2017

Linear layout, that wrap its content to the next line if there is no space in the current line.

Dec 16, 2015

ExpandableLayout provides an easy way to create a view called header with an expandable view. Both view are external layout to allow a maximum of customization.

Sep 21, 2014

A drop-in custom layout manager for Android RecyclerViews to layout a grid of photos while respecting their aspect ratios.

Feb 27, 2016

This library offers a set of widgets that will respect a given aspect ratio while allowing to set relative dimensions. For instance, you can have a layout that extends to the whole available width but whose height will be adjusted to always keep a square shape.

Jul 5, 2014

A lightweight, good expandability android library used for displaying different load pages like loading, error, empty, timeout or your custom load page when you do net job.

Sep 21, 2017

Yet another tab layout. With great animation.

May 20, 2018

Proteus is meant to be a drop-in replacement for Android’s LayoutInflater; but unlike the compiled XML layouts bundled in the APK, Proteus inflates layouts at runtime.

With Proteus, you can control your Apps layout from the backend (no WebViews). Forget the boilerplate code to findViewById, cast it to a TextView, and then setText(). Proteus has runtime data bindings and formatters. Plugin in your own custom views and attributes and formatters.

Jan 19, 2017

A layout that arranges its children in relation to a background image. The layout of each child is specified in image coordinates (pixels), and the conversion to screen coordinates is performed automatically.

Jul 5, 2014

A FlowLayout for Android, which allows child views flow to next row when there is no enough space. The spacing between child views can be calculated by the FlowLayout so that the views are evenly placed.

Jan 11, 2017

An Android layout for arranging children along a circle.

Jan 15, 2016

A library for showing different types of layouts when a list view is empty. These layouts can be shown when, the list is loading, the list has no item to display, an error occurred trying to load items.

Jul 5, 2014

Standard ViewGroups which responds to nested scrolls to create drag-dismissable layouts. Original code taken from Plaid and made backwards compatible.

Feb 3, 2016