FloatingAction Library

A basic implementation of Floating Action pattern

Лицензия

Лицензия

Группа

Группа

com.telly
Идентификатор

Идентификатор

floatingaction
Последняя версия

Последняя версия

0.0.6
Дата

Дата

Тип

Тип

aar
Описание

Описание

FloatingAction Library
A basic implementation of Floating Action pattern
Ссылка на сайт

Ссылка на сайт

https://github.com/telly/FloatingAction
Система контроля версий

Система контроля версий

https://github.com/telly/FloatingAction

Скачать floatingaction

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » support-annotations jar 20.0.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.6
0.0.5
0.0.4