AndroDash

A self-organizing dashboard for Android

Download as .zip Download as .tar.gz View on GitHub

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. It is bundled with the sources and the pre-built binaries as a markdown-file, called LICENSE.md, and you can also read it here.

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>androdash</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 here or via my javadoc-repository on DimensionV.de.

Known Issues

Currently there are no issues.

However, if you find any bugs, feel free to