/DevelopUtilities

android libraries for daily development use.

Primary LanguageJava

Android development daily Utilities

This library is collected for daily android development use, in the feature, this may contain much more customer view/widget or tools. Current latest version is 1.0.2

Widgets

For the version 1.0.2, updated the CircleScaleView's structure, improve extension.

Maven:

        <dependency>
        <groupId>cn.com.farmcode</groupId>
        <artifactId>developUtility.widget</artifactId>
        <version>1.0.2</version>
        <type>pom</type>
        </dependency>

Gradle:

compile 'cn.com.farmcode:developUtility.widget:1.0.2'

Ivy:

<dependency org='cn.com.farmcode' name='developUtility.widget' rev='1.0.2'>
<artifact name='developUtility.widget' ext='pom' ></artifact>
</dependency>

Tools

In the tools library, there contain tools for SharePrefrence、encrypt/decrypt、String check and Logger tools.

Maven:

<dependency>
<groupId>cn.com.farmcode</groupId>
<artifactId>developUtility.tools</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>

Gradle:

compile 'cn.com.farmcode:developUtility.tools:1.0.3'

Ivy:

<dependency org='cn.com.farmcode' name='developUtility.tools' rev='1.0.3'>
  <artifact name='developUtility.tools' ext='pom' ></artifact>
</dependency>