Skip to content
Dhruv Patel edited this page Jun 1, 2017 · 1 revision

Shortify is used for minimizing your coding effort in your development environment. It has some builtin method and classes which helps you in creating mostly used element and tasks in Android app.

Download

Grab library via Gradle

compile 'net.dhruvpatel:shortify:1.2.4'

or Maven

<dependency>
  <groupId>net.dhruvpatel</groupId>
  <artifactId>shortify</artifactId>
  <version>1.2.4</version>
  <type>pom</type>
</dependency>

Features

How to use

Initialize library before using it in onCreate method

$.init(this);

Clone this wiki locally