AndroDash Library

Self-organizing dashboard layout for Android

License

License

GroupId

GroupId

de.dimensionv
ArtifactId

ArtifactId

androdash
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

AndroDash Library
Self-organizing dashboard layout for Android
Project URL

Project URL

https://github.com/dimensionv/AndroDash
Source Code Management

Source Code Management

https://github.com/dimensionv/AndroDash

Download androdash

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-v4 jar 21.0.3

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0