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