Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

An easy-to-use action menu for Compose, providing missing functionality that ActionBar has offered for years. It feature icons (optional), selectable/checkable items, nested sub menus and automatic overflow for items that don't fit the specified maximum.

Jan 1, 2022

Material CAB allows you to implement a customizable and flexible contextual action bar in your app. The traditional stock CAB on Android is limited to being placed at the top of your Activity, and the navigation drawer cannot go over it. This library lets you choose its exact location, and a toolbar is used allowing views to be be placed over and under it.

May 11, 2015

Waterfall Toolbar is an Android version of Material Design's web component waterfall toolbar. Basically, what it does is dynamize an ordinary Toolbar, increasing and decreasing its shadow when an associated view is scrolled.

Sep 22, 2017

multiline-collapsingtoolbar is a replacement for CollapsingToolbarLayout from the Android Design Support Library which can deal with multiline titles in the expanded state. When collapsing the toolbar, the lower lines of the title fade away to leave only the top line visible.

Apr 6, 2016

A contextual actionbar library with many customization options.

Aug 10, 2016

Material Bottom Bar is an Android library that let you implement a customized BottomAppBar and a bottom drawer with just few simple steps.

Mar 30, 2019

A breathing toolbar library in Kotlin

Want to use the breathing toolbar effect similar to Snapchat in your app? You have reached the right place.

How to use?

  1. Initialize: val snappy = Snappy(this, colorArray)
  2. Start the magic: snappy.startBreathing(toolbar)
  3. When you're done: snappy.stopBreathing(toolbar)
Jul 15, 2018

A simple library to show a different style bar with changing animation.

May 15, 2018

MaterialPreferenceLibrary allows to have an ActionBar even on PreferenceActivity, even for pre-Honeycomb versions of Android.

All this library does is to simply put a Toolbar at the top of the PreferenceActivity, and you need to use the Toolbar instead of the ActionBar.

Jan 19, 2015

Just a beautiful action bar.

Feb 5, 2017

Android Toolbar with marqueeable title / subtitle.

Apr 11, 2017

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Jul 5, 2014

An Android library which implements a glass-like effect for the action bar. The three most commonly used action bar implementations are supported: stock (API >13), ActionBarCompat and ActionBarSherlock.

Jul 5, 2014

An Arc view for the android Toolbar or anywhere.

Feb 18, 2018

Android ActionBar Advanced Support Library for API v22, v21, v19. This will be a better one for all kinds of design. This library bundled a lot of design patterns in the advanced actionbar supports.

Jul 18, 2015

Small extension of default ActionBarDrawerToggle.

Aug 27, 2016

A helper class for Toolbar configuration.

Oct 5, 2017

A Custom View to indicate multiple fragments with a triangular indicator.

Aug 28, 2017

Android toolbar with layout direction support.

Jan 25, 2016

An example project / library of animation-supported Toolbar widget.

This is contains below components:

  • AnimatedToolbar
  • AnimatedToolbarActivity
  • AnimatedToolbarHelper
  • ActionBarWrapper
Aug 6, 2017

A helper to work with StatusBar and NavigationBar.

May 26, 2016

This is a Scrollable App Bar for Android.

Nov 22, 2015

Retractable Toolbar - it is an utility library that gives a retractable effect to your toolbar.

Nov 29, 2015

Library for toolbar animation.

Jun 9, 2016

Extended CollapsingToolbar that implements scrolling behaviour like in Google Play app.

Aug 27, 2016

A morphing toolbar that can expand/collapse at anytime.

Feb 11, 2016

This Android library allows you to replace the drop down navigation list when the items in the list are needed to be grouped by sections. It was inspired from the Google I/O 2014 app how sessions are grouped in the ActionBar list.

Jan 1, 2015

A combination of custom CollapsibleToolbar and Collapsing Text to give you the same effect as App Bar Layout from the Design support library sans the use of a Toolbar.

Jan 9, 2016

An extension of the support library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.

Jul 5, 2014

SherlockNavigationDrawer is the implementation of the latest Google UX component, Navigation Drawer, for ActionBarSherlock. It should work exactly as Google Drive app, It works with ActionBarSherlock for pre Honeycomb devices and above. It also use Fragments.

Dec 27, 2014