Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

The Android Action Bar Style Generator allows you to easily create a simple, attractive and seamless custom action bar style for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.

Use it online here: http://jgilfelt.github.com/android-actionbarstylegenerator

Aug 19, 2014

Library for toolbar animation.

Jun 9, 2016

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

This is contains below components:

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

An Arc view for the android Toolbar or anywhere.

Feb 18, 2018

Just a beautiful action bar.

Feb 5, 2017

A helper class for Toolbar configuration.

Oct 5, 2017

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 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

A contextual actionbar library with many customization options.

Aug 10, 2016

Small extension of default ActionBarDrawerToggle.

Aug 27, 2016

An example of how to extend the ActionBar under the status bar from the theme

Jul 5, 2014

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

Jul 5, 2014

A helper to work with StatusBar and NavigationBar.

May 26, 2016

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

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

Aug 27, 2016

Header2ActionBar is a library which implements the fading action bar effect that can be seen in the new Play Music and Google Newspaper apps.

Aug 6, 2014

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

May 15, 2018

Android Toolbar with marqueeable title / subtitle.

Apr 11, 2017

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

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

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

A morphing toolbar that can expand/collapse at anytime.

Feb 11, 2016

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

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

Nov 29, 2015

This is a Scrollable App Bar for Android.

Nov 22, 2015

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

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

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

Android toolbar with layout direction support.

Jan 25, 2016