AndroDash Library

Self-organizing dashboard layout for Android

Лицензия

Лицензия

Группа

Группа

de.dimensionv
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

AndroDash Library
Self-organizing dashboard layout for Android
Ссылка на сайт

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

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

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

https://github.com/dimensionv/AndroDash

Скачать androdash

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

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

Зависимости

compile (1)

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

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

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

AndroDash

Synopsis

The AndroDash library provides an easy to use self-organizing dashboard layout for Android.

It can easily be used in any layout or by programmatically assembling a View.

License

As usual with my libraries, the AndroDash library is published under a simplified 2-clause BSD license.

Availability

The AndroDash library is available through it's GitHub.com repository, and through the central maven repository at Maven Central.

Simply add it as a dependency to your favorite build system / dependency management system, and you will be able to use it.

Examples for Build-systems

Gradle

compile 'de.dimensionv:androdash:1.0.0@aar'

Maven

<dependency>
    <groupId>de.dimensionv</groupId>
    <artifactId>androtools</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>

Documentation

The library is documented using JavaDoc. I took great care to explain everything properly, but feel free send patches with improvements where you think it's appropriate. In case I agree and find the time, I will update the library. Besides being available through the same channels as the library itself, you can also read it directly online via my javadoc-repository.

For more information, you can also look at the project website at github.io.

Known Issues

Currently there are no issues.

However, if you find any bugs, feel free to

  • report them
  • fix them and send the patches

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

Версия
1.0.0