-
Notifications
You must be signed in to change notification settings - Fork 7
Home
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.
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>- Binding of views
- Binding of resources
- Customize views
- Parsing JSON data
- AJAX
- Event handlers
- Dialogs
- Other functions
Initialize library before using it in onCreate method
$.init(this);