FloatingAction Library

A basic implementation of Floating Action pattern

License

License

GroupId

GroupId

com.telly
ArtifactId

ArtifactId

floatingaction
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

aar
Description

Description

FloatingAction Library
A basic implementation of Floating Action pattern
Project URL

Project URL

https://github.com/telly/FloatingAction
Source Code Management

Source Code Management

https://github.com/telly/FloatingAction

Download floatingaction

How to add to project

<!-- https://jarcasting.com/artifacts/com.telly/floatingaction/ -->
<dependency>
    <groupId>com.telly</groupId>
    <artifactId>floatingaction</artifactId>
    <version>0.0.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.telly/floatingaction/
implementation 'com.telly:floatingaction:0.0.6'
// https://jarcasting.com/artifacts/com.telly/floatingaction/
implementation ("com.telly:floatingaction:0.0.6")
'com.telly:floatingaction:aar:0.0.6'
<dependency org="com.telly" name="floatingaction" rev="0.0.6">
  <artifact name="floatingaction" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.telly', module='floatingaction', version='0.0.6')
)
libraryDependencies += "com.telly" % "floatingaction" % "0.0.6"
[com.telly/floatingaction "0.0.6"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-annotations jar 20.0.0

Project Modules

There are no modules declared in this project.

FloatingAction

A basic implementation of Floating Action Button pattern as seen on Material Design

Le demo

Demo

FloatingAction Demo on Google Play Store

Usage

See demo, at this point latest version is 0.0.6

compile 'com.telly:floatingaction:(insert latest version)'
mFloatingAction = FloatingAction.from(this)
          .listenTo(mListView)
          .icon(R.drawable.ic_action_about)
          .listener(this)
          .build();
com.telly

Telly

Versions

Version
0.0.6
0.0.5
0.0.4