/AndroidQuickUtils

QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent through your applications.

Primary LanguageJava

QuickUtils

QuickUtils Maven Central Android Arsenal

QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent through your applications.

Including in your project

If you use Maven:

<dependency>
  <groupId>com.cesarferreira.quickutils</groupId>
  <artifactId>library</artifactId>
  <version>1.1.1</version>
  <type>aar</type>
</dependency>

or Gradle:

dependencies {
    compile 'com.cesarferreira.quickutils:library:1.+'
}

How to Use

Really simple usage, you just need to specify the category and the method you want to use.

QuickUtils.__category__.__method__

Read the simple manual

All that you can do with this library is explained in detail here

Contributing

Contributions welcome via Github pull requests.

License

Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

Contributors (graph)