Works Util
Works Android Utility Module Some of the other Works module are depended on this module. This module contains all commons utility code for String to number parsing, IO operation and View operation.
Usage
Adding as dependency
Manual
- Download AAR
- Put the AAR in the libs subfolder of your Android project
- If you are using gradle you can use this dependency setting below
compile(name:'works-util-1.0.4', ext:'jar')
or
Gradle dependency
compile 'com.mobilesolutionworks:works-util:1.0.4'
Maven dependency
<dependency>
<groupId>com.mobilesolutionworks</groupId>
<artifactId>works-util</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>