Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

The MaterialDrawer library aims to provide a quick and easy Activity to create and implement a drawer layout in your application.

Feb 12, 2015

SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook apps.

Jul 5, 2014

AndroidSlidingUpPanel provides a simple way to add a draggable sliding up panel (popularized by Google Music, Google Maps and Rdio) to your Android application.

Jul 5, 2014

Easily add slide-to-dismiss functionality to your Activity by calling Slidr.attach(this) in your onCreate(..) method.

Jan 12, 2015

An amazing and convenient Android image slider.

Aug 10, 2014

The library is a DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.

Apr 14, 2017

Swipe right to display drawer with flowing effects.

Oct 21, 2015

This widget has ported and improved from the Android Open Source Project.

SlidingDrawer hides content out of the screen and allows the user to drag a handle to bring the content on screen, SlidingDrawer can be used vertically or horizontally.

Aug 3, 2014

DraggableScaffold is a library that helps stack one composable on top of another so it can be dragged to reveal the content under it.

Jan 10, 2022

Quick example for the new Toolbar (and Menudrawer) API.

Nov 4, 2014

Custom Navigation Drawer Library to navigate through option tabs with smooth slide.

It has smooth zoom-in, zoom-out animation when switched from one fragment to another.

Apr 4, 2018

One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheet offers flexibility in the display of clear and simple actions that do not need explanation.

Oct 20, 2014

Navigation drawer library with material design.

Jan 18, 2015

A ViewGroup that implements a sliding panel that is part of the view hierarchy, not above it.

Difference from other libraries

All other implementations of the bottom sheet pattern and sliding panel pattern implement a panel that sits above all the other Views of the app. When the panel is collapsed (but visible) the only way to set its position is by using a peek factor (its distance from the bottom of the screen).

With this library the sliding panel is placed exactly where it is supposed to be in the view hierarchy, just like it would be in a vertical (or horizontal) LinearLayout. It doesn't sit above other Views.

Feb 25, 2019

Drawer behavior is a library use Android DrawerLayout Support library as Parent Class [Easy to migrate], that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.

If current project use Android DrawerLayout Support library and kinda boring with the effect. Then, just change the layout code and calling necessary method for animation/effect.

New update

  • New drawer class with 3D effect
  • Card Effect

Features

  • Zoom in & Zoom out effect
  • X-Translation effect
Sep 24, 2017

A Navigation Drawer Simple Implementation is an example of using a New/Bind pattern and a ButterKnife library to create a simple Navigation Drawer implementation.

Jul 23, 2014

This repository host a library that provides an easy way to include an autonomous layer/view that slides from the side of your screen and which is fully gesture ready, the same way as our detail view in Wunderlist 2 does.

Jul 5, 2014

A slider widget with a popup bubble displaying selected value.

Feb 12, 2018

Android sample project with Material Design and toolbar. Project uses Appcompat library for material design.

Nov 16, 2014

Pluto is an easy, lightweight and high performance slider view library for Android! You can customize it to any view since it based RecyclerView. The difference of this library, we are not following the concept of images model. Pluto is not depending on any Image loading library.

May 5, 2019

Another approach to create NavigationDrawer with Material concepts.

Jan 17, 2017

LDrawer is an Android drawer icon with material design animation.

You can use it like using normal drawer: instead of using android.support.v4.app.ActionBarDrawerToggle use com.ikimuhendis.ldrawer.ActionBarDrawerToggle.

Oct 16, 2014

SlideUp is a small library that allows you to add sweet slide effect to any view.

Dec 24, 2016

Create navigation drawers in your Activities and Fragments without having to write any XML, in pure Kotlin code, with access to all the features of the original library: all sorts of menu items, badges, account headers, and more.

May 4, 2017

android-material-drawer-template is an Android template with navigation drawer for material design.

Nov 6, 2014

Android Support Library's NavigationView with RTL items.

Oct 16, 2017

An easy to use Android Library to get slides in apps using images or image URLs.

Apr 13, 2019

A simple slider library.

Nov 24, 2017

MaterialContentOverflow is a ViewGroup that implements the Persistent Bottom Sheets pattern of Google Material Design.

Sep 1, 2015

Easy Slider is one of android libs that helping to create slider as fast as possible.

May 27, 2018