BreadcrumbToolbar

Additional

Language
Java
Version
N/A
Created
Jun 18, 2016
Updated
Nov 7, 2016 (Retired)
Owner
rok5ek
Contributor
rok5ek
1
Activity
Badge
Generate
Download
Source code

Breadcrumb Toolbar

Breadcrumb Toolbar provides a nested view interaction embedded into the vanilla Toolbar.

Download

Grab via Maven:

<dependency>
  <groupId>com.rokpetek.breadcrumbtoolbar</groupId>
  <artifactId>breadcrumb-toolbar</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>

or Gradle:

compile 'com.rokpetek.breadcrumbtoolbar:breadcrumb-toolbar:1.0'

Usage

When adding a new fragment the toolbar is notified to add an item on its "breadcrumb" stack. You can use it with the animated drawer hamburger icon or without. Sample app is included.

Compatibility

  • Library: SDK 14+ (ICS)
  • Sample app: SDK 24+ (N), Java 8

Support

  • RTL support (right to left)

Bintray

Publish to bintray (parameters located in local.properties)

$ ./gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false